Commit 08fb378e authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Kamil Kisiel

encoder: Add tests todo to use LONG1 and LONG4

Corresponding TODO in the code was added in 4fd6be93 (encoder: Adjust it
so that decode(encode(v)) == v)
parent 606e9f5a
......@@ -171,7 +171,9 @@ var tests = []TestEntry{
P1_("G?\xf3\xae\x14z\xe1G\xae.")), // BINFLOAT
X("long", bigInt("12321231232131231231"),
P0("L12321231232131231231L\n.")), // LONG
P0("L12321231232131231231L\n."), // LONG
I("\x8a\x09\xffm\xa1b\x86\xce\xfd\xaa\x00.")), // LONG1
//I("\x8b\x09\x00\x00\x00\xffm\xa1b\x86\xce\xfd\xaa\x00.")), // LONG4 TODO
X("tuple()", Tuple{},
I("(t.")), // MARK + TUPLE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment