aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoe Hildebrand <joe-github@cursive.net>2015-04-02 14:16:10 -0600
committerJoe Hildebrand <joe-github@cursive.net>2015-04-02 14:16:10 -0600
commit3dcb680c24f5b9b5de079e0ff256e8d35333537b (patch)
tree92cff5fa3f3149d971bddec41940f06c6c875ed6 /test
parentf0e1848567eb5dc950fb84663ea8b3400e2694cc (diff)
downloadplatform_external_cn-cbor-3dcb680c24f5b9b5de079e0ff256e8d35333537b.tar.gz
platform_external_cn-cbor-3dcb680c24f5b9b5de079e0ff256e8d35333537b.tar.bz2
platform_external_cn-cbor-3dcb680c24f5b9b5de079e0ff256e8d35333537b.zip
make comment fit test
Diffstat (limited to 'test')
-rw-r--r--test/cbor_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cbor_test.c b/test/cbor_test.c
index 5e0b302..50d6302 100644
--- a/test/cbor_test.c
+++ b/test/cbor_test.c
@@ -96,7 +96,7 @@ CTEST(cbor, parse)
"fb7ff8000000000000", // NaN
"5f42010243030405ff", // (_ h'0102', h'030405')
"7f61616161ff", // (_ "a", "a")
- "9fff", // [_ [_ ]]
+ "9fff", // [_ ]
"9f9f9fffffff", // [_ [_ [_ ]]]
"9f009f00ff00ff", // [_ 0, [_ 0], 0]
"bf61610161629f0203ffff", // {_ "a": 1, "b": [_ 2, 3]}