aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/BasicTests/RandomRLPTests/example.json
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-07-03 15:40:07 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-07-03 15:40:07 +0800
commitff97059a992935d20106af69430f0fdd6376817a (patch)
tree024d5efabcc86cbd4c9073ace67bea4a3d318801 /tests/files/BasicTests/RandomRLPTests/example.json
parentacd85fe95f025384885ed09560e32b227d80b26f (diff)
downloaddexon-ff97059a992935d20106af69430f0fdd6376817a.tar.gz
dexon-ff97059a992935d20106af69430f0fdd6376817a.tar.zst
dexon-ff97059a992935d20106af69430f0fdd6376817a.zip
Update Ethereum JSON tests, skip failing
Diffstat (limited to 'tests/files/BasicTests/RandomRLPTests/example.json')
-rw-r--r--tests/files/BasicTests/RandomRLPTests/example.json6
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"
+ },
+}