Added VM test suite.

Added TODO.
Renamed old files.
This commit is contained in:
Gav Wood
2014-02-21 18:33:39 +00:00
parent f91ad7b385
commit 6ad14c1a15
5 changed files with 77 additions and 0 deletions

34
hexencodetest.json Normal file
View File

@@ -0,0 +1,34 @@
[
[
[ 1, 2, 3, 4, 5 ],
"112345"
],
[
[ 0, 1, 2, 3, 4, 5 ],
"00012345"
],
[
[ 6, 4, 6, 15, 6, 7, 6, 5, 16 ],
"20646f6765"
],
[
[ 7, 6, 5, 16 ],
"3765"
],
[
[ 16 ],
"20"
],
[
[ 0, 16 ],
"30"
],
[
[ 15, 1, 12, 11, 8, 16 ],
"3f1cb8"
],
[
[ 0, 15, 1, 12, 11, 8, 16 ],
"200f1cb8"
]
]