diff options
-rw-r--r-- | RLPTests/rlptest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RLPTests/rlptest.json b/RLPTests/rlptest.json index 19adbb8e2..cde3cb3af 100644 --- a/RLPTests/rlptest.json +++ b/RLPTests/rlptest.json @@ -3,6 +3,14 @@ "in": "", "out": "80" }, + "zerobytestring": { + "in": "\u0000", + "out": "00" + }, + "onebytestring": { + "in": "\u0001", + "out": "01" + }, "shortstring": { "in": "dog", "out": "83646f67" |