diff options
author | Dimitry <winsvega@mail.ru> | 2015-07-06 17:43:45 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2015-07-06 17:43:45 +0800 |
commit | 1b2f8ccd10e540b9a49ac66a5700400f3a00467f (patch) | |
tree | e3d8fa70fa73621557b6018a6231bd0e64e6b2c5 | |
parent | fcf300ffe9233a8851918f6581b1f096182c0d66 (diff) | |
download | tangerine-tests-1b2f8ccd10e540b9a49ac66a5700400f3a00467f.tar tangerine-tests-1b2f8ccd10e540b9a49ac66a5700400f3a00467f.tar.gz tangerine-tests-1b2f8ccd10e540b9a49ac66a5700400f3a00467f.tar.bz2 tangerine-tests-1b2f8ccd10e540b9a49ac66a5700400f3a00467f.tar.lz tangerine-tests-1b2f8ccd10e540b9a49ac66a5700400f3a00467f.tar.xz tangerine-tests-1b2f8ccd10e540b9a49ac66a5700400f3a00467f.tar.zst tangerine-tests-1b2f8ccd10e540b9a49ac66a5700400f3a00467f.zip |
RLPTests
-rw-r--r-- | RLPTests/RandomRLPTests/example.json (renamed from BasicTests/RandomRLPTests/example.json) | 2 | ||||
-rw-r--r-- | RLPTests/invalidRLPTest.json (renamed from BasicTests/invalidRLPtest.json) | 0 | ||||
-rw-r--r-- | RLPTests/rlptest.json (renamed from BasicTests/rlptest.json) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/BasicTests/RandomRLPTests/example.json b/RLPTests/RandomRLPTests/example.json index bd1375332..6dabee6b0 100644 --- a/BasicTests/RandomRLPTests/example.json +++ b/RLPTests/RandomRLPTests/example.json @@ -1,6 +1,6 @@ { "listsoflists2": { - "in": [ [], [[]], [ [], [[]] ] ], + "in": "VALID", "out": "c7c0c1c0c3c0c1c0" }, } diff --git a/BasicTests/invalidRLPtest.json b/RLPTests/invalidRLPTest.json index f2acd371d..f2acd371d 100644 --- a/BasicTests/invalidRLPtest.json +++ b/RLPTests/invalidRLPTest.json diff --git a/BasicTests/rlptest.json b/RLPTests/rlptest.json index 19adbb8e2..19adbb8e2 100644 --- a/BasicTests/rlptest.json +++ b/RLPTests/rlptest.json |