aboutsummaryrefslogtreecommitdiffstats
path: root/hexencodetest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hexencodetest.txt')
-rw-r--r--hexencodetest.txt8
1 files changed, 8 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"
]
]