aboutsummaryrefslogtreecommitdiffstats
path: root/BasicTests/RandomRLPTests/example.json
diff options
context:
space:
mode:
authorDimitry Khokhlov <winsvega@mail.ru>2015-07-03 22:05:52 +0800
committerDimitry Khokhlov <winsvega@mail.ru>2015-07-03 22:05:52 +0800
commit65b710628dddce040a463323ec7d12ea0447a8c1 (patch)
treeb53f68b6eb89b88d59f0ae1e7d9ee9e827b51b75 /BasicTests/RandomRLPTests/example.json
parentb20c5d3a53110a09e3ef28d8d782b928dd33bf28 (diff)
downloaddexon-tests-65b710628dddce040a463323ec7d12ea0447a8c1.tar.gz
dexon-tests-65b710628dddce040a463323ec7d12ea0447a8c1.tar.zst
dexon-tests-65b710628dddce040a463323ec7d12ea0447a8c1.zip
Invalid RLP Tests
Diffstat (limited to 'BasicTests/RandomRLPTests/example.json')
-rw-r--r--BasicTests/RandomRLPTests/example.json6
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"
+ },
+}