additional simple json tests

This commit is contained in:
debris 2015-12-03 06:13:27 +01:00
parent 84eb30a133
commit dc316dcfeb
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"input":
[
{
"operation": "append_empty"
}
],
"output": "0x80"
}

View File

@ -0,0 +1,10 @@
{
"input":
[
{
"operation": "append",
"value": "0x0400"
}
],
"output": "0x820400"
}