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