diff options
Diffstat (limited to 'BasicTests')
-rw-r--r-- | BasicTests/RandomRLPTests/example.json | 6 | ||||
-rw-r--r-- | BasicTests/invalidRLPtest.json | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/BasicTests/RandomRLPTests/example.json b/BasicTests/RandomRLPTests/example.json new file mode 100644 index 000000000..bd1375332 --- /dev/null +++ b/BasicTests/RandomRLPTests/example.json @@ -0,0 +1,6 @@ +{ + "listsoflists2": { + "in": [ [], [[]], [ [], [[]] ] ], + "out": "c7c0c1c0c3c0c1c0" + }, +} diff --git a/BasicTests/invalidRLPtest.json b/BasicTests/invalidRLPtest.json new file mode 100644 index 000000000..f2acd371d --- /dev/null +++ b/BasicTests/invalidRLPtest.json @@ -0,0 +1,11 @@ +{ + "int32Overflow": { + "in": "INVALID", + "out": "bf0f000000000000021111" + }, + + "int32Overflow2": { + "in": "INVALID", + "out": "ff0f000000000000021111" + }, +} |