commit | 742df4a1ae76758195e8fea66e03abd5ea459b3a | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 20:07:17 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 20:07:17 2018 +0800 |
tree | d1e8629520843f3142652d0859d33c7d81f5a72d | |
parent | 570fab5b5b2f01d74c13e48523a387aa25335bb7 [diff] [blame] |
fixed bug in indefinite length map decoding; more indefinite length map tests
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 52e64c5..5168466 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -157,6 +157,8 @@ */ int NestedMapTest(void); +int NestedMapTestIndefLen(void); + int indefinite_length_decode_test(void); int indefinite_length_decode_string_test(void);