diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-29 21:01:42 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-29 21:59:33 +0800 |
commit | 0cdc7647aaabb796d241ea257b2df2f0c26701d4 (patch) | |
tree | 67d8c438b7290c7b18317875d402c4b1b5bec820 /tests/files/RLPTests/rlptest.json | |
parent | c5d7faefe9f6a26c839f8491003ac42f3160fb50 (diff) | |
download | go-tangerine-1.0.0.tar go-tangerine-1.0.0.tar.gz go-tangerine-1.0.0.tar.bz2 go-tangerine-1.0.0.tar.lz go-tangerine-1.0.0.tar.xz go-tangerine-1.0.0.tar.zst go-tangerine-1.0.0.zip |
tests: updatedv1.0.0
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" |