diff options
author | Vitalik Buterin <v@buterin.com> | 2014-01-01 21:26:18 +0800 |
---|---|---|
committer | Vitalik Buterin <v@buterin.com> | 2014-01-01 21:26:18 +0800 |
commit | 121632bedd1c84a0af847b923aa4b803556722c0 (patch) | |
tree | 6ad8089028036aeeb37814966512e6e8fc87f4c2 | |
parent | ef6c5506c3fcdecf779184ad81d92db9315c2488 (diff) | |
download | go-tangerine-121632bedd1c84a0af847b923aa4b803556722c0.tar go-tangerine-121632bedd1c84a0af847b923aa4b803556722c0.tar.gz go-tangerine-121632bedd1c84a0af847b923aa4b803556722c0.tar.bz2 go-tangerine-121632bedd1c84a0af847b923aa4b803556722c0.tar.lz go-tangerine-121632bedd1c84a0af847b923aa4b803556722c0.tar.xz go-tangerine-121632bedd1c84a0af847b923aa4b803556722c0.tar.zst go-tangerine-121632bedd1c84a0af847b923aa4b803556722c0.zip |
Added obscure's tests
-rw-r--r-- | hexencodetest.txt | 8 | ||||
-rw-r--r-- | rlptest.txt | 4 | ||||
-rw-r--r-- | trietest.txt | 8 |
3 files changed, 20 insertions, 0 deletions
diff --git a/hexencodetest.txt b/hexencodetest.txt index aafe29974..a6d18834c 100644 --- a/hexencodetest.txt +++ b/hexencodetest.txt @@ -22,5 +22,13 @@ [ [ 0, 16 ], "30" + ], + [ + [ 15, 1, 12, 11, 8, 16 ], + "3f1cb8" + ], + [ + [ 0, 15, 1, 12, 11, 8, 16 ], + "200f1cb8" ] ] diff --git a/rlptest.txt b/rlptest.txt index f8f86fba3..b443d65a4 100644 --- a/rlptest.txt +++ b/rlptest.txt @@ -12,6 +12,10 @@ "824363617443646f67" ], [ + [ "dog", "god", "cat" ], + "8343646f6743676f6443636174" + ], + [ 1, "01" ], diff --git a/trietest.txt b/trietest.txt index c2f3a9aab..9ca65b2ac 100644 --- a/trietest.txt +++ b/trietest.txt @@ -1,6 +1,14 @@ [ [ { + "doe": "reindeer", + "dog": "puppy", + "dogglesworth": "cat" + }, + "e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c" + ], + [ + { "do": "verb", "horse": "stallion", "doge": "coin", |