empty lists tests

This commit is contained in:
debris
2015-12-03 06:06:42 +01:00
parent 9f9c508ebd
commit 84eb30a133
4 changed files with 63 additions and 66 deletions

View File

@@ -14,5 +14,5 @@
"value": "dog"
}
],
"output": "0xc88363617183646f67"
"output": "0xc88363617483646f67"
}

View File

@@ -0,0 +1,38 @@
{
"input":
[
{
"operation": "append_list",
"len": 3
},
{
"operation": "append_list",
"len": 0
},
{
"operation": "append_list",
"len": 1
},
{
"operation": "append_list",
"len": 0
},
{
"operation": "append_list",
"len": 2
},
{
"operation": "append_list",
"len": 0
},
{
"operation": "append_list",
"len": 1
},
{
"operation": "append_list",
"len": 0
}
],
"output": "0xc7c0c1c0c3c0c1c0"
}