commit | 5e87da69a8ec893cacd5cc08035ebb3f3911d300 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sun Jun 07 03:24:28 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sun Jun 07 03:24:28 2020 -0700 |
tree | 93f88101f94c65538caffc0df70f75e4b731a98d | |
parent | 8547d162ba06c3164a8f0a06dc7deb17bf4ddbd2 [diff] |
progress on map / array decoding
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c index 11e47f2..3a883ff 100644 --- a/test/qcbor_decode_tests.c +++ b/test/qcbor_decode_tests.c
@@ -724,7 +724,7 @@ return -8; } - // An map with 3 items + // A map with 3 items if(QCBORDecode_GetNext(&DCtx, &Item) != 0 || Item.uDataType != QCBOR_TYPE_MAP || Item.uNestingLevel != 2 ||