additional simple json tests
This commit is contained in:
parent
84eb30a133
commit
dc316dcfeb
9
json-tests/json/rlp/empty.json
Normal file
9
json-tests/json/rlp/empty.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"input":
|
||||
[
|
||||
{
|
||||
"operation": "append_empty"
|
||||
}
|
||||
],
|
||||
"output": "0x80"
|
||||
}
|
10
json-tests/json/rlp/integer.json
Normal file
10
json-tests/json/rlp/integer.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"input":
|
||||
[
|
||||
{
|
||||
"operation": "append",
|
||||
"value": "0x0400"
|
||||
}
|
||||
],
|
||||
"output": "0x820400"
|
||||
}
|
Loading…
Reference in New Issue
Block a user