diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-29 21:07:19 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-29 21:07:19 +0800 |
commit | fa286688ab55ba5df96303c6c456ea7b7688ba2d (patch) | |
tree | 2e4eee02d4035db5559b56c592a5600d7b29b4ec /tests/files/RLPTests/rlptest.json | |
parent | cc27be9d446764beb45ee5a771a7d23cba5c5e9c (diff) | |
parent | 03c39d4fc01d54abc3691c6c1c781d3be1ca4bb5 (diff) | |
download | go-tangerine-fa286688ab55ba5df96303c6c456ea7b7688ba2d.tar go-tangerine-fa286688ab55ba5df96303c6c456ea7b7688ba2d.tar.gz go-tangerine-fa286688ab55ba5df96303c6c456ea7b7688ba2d.tar.bz2 go-tangerine-fa286688ab55ba5df96303c6c456ea7b7688ba2d.tar.lz go-tangerine-fa286688ab55ba5df96303c6c456ea7b7688ba2d.tar.xz go-tangerine-fa286688ab55ba5df96303c6c456ea7b7688ba2d.tar.zst go-tangerine-fa286688ab55ba5df96303c6c456ea7b7688ba2d.zip |
Merge pull request #1546 from obscuren/tests-update
tests: updated
Diffstat (limited to 'tests/files/RLPTests/rlptest.json')
-rwxr-xr-x[-rw-r--r--] | tests/files/RLPTests/rlptest.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/files/RLPTests/rlptest.json b/tests/files/RLPTests/rlptest.json index 19adbb8e2..f59590567 100644..100755 --- a/tests/files/RLPTests/rlptest.json +++ b/tests/files/RLPTests/rlptest.json @@ -3,10 +3,22 @@ "in": "", "out": "80" }, + "bytestring00": { + "in": "\u0000", + "out": "00" + }, + "bytestring01": { + "in": "\u0001", + "out": "01" + }, + "bytestring7F": { + "in": "\u007F", + "out": "7F" + }, "shortstring": { "in": "dog", "out": "83646f67" - }, + }, "shortstring2": { "in": "Lorem ipsum dolor sit amet, consectetur adipisicing eli", "out": "b74c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747572206164697069736963696e6720656c69" |