Skip to content

Commit

Permalink
Added obscure's tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin committed Jan 1, 2014
1 parent ef6c550 commit 121632b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hexencodetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@
[
[ 0, 16 ],
"30"
],
[
[ 15, 1, 12, 11, 8, 16 ],
"3f1cb8"
],
[
[ 0, 15, 1, 12, 11, 8, 16 ],
"200f1cb8"
]
]
4 changes: 4 additions & 0 deletions rlptest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
[ "cat", "dog" ],
"824363617443646f67"
],
[
[ "dog", "god", "cat" ],
"8343646f6743676f6443636174"
],
[
1,
"01"
Expand Down
8 changes: 8 additions & 0 deletions trietest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
[
{
"doe": "reindeer",
"dog": "puppy",
"dogglesworth": "cat"
},
"e378927bfc1bd4f01a2e8d9f59bd18db8a208bb493ac0b00f93ce51d4d2af76c"
],
[
{
"do": "verb",
Expand Down

0 comments on commit 121632b

Please sign in to comment.