diff options
Diffstat (limited to 'BasicTests/RandomRLPTests/example.json')
-rw-r--r-- | BasicTests/RandomRLPTests/example.json | 6 |
1 files changed, 6 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" + }, +} |