commit | b6d1c6928dcad1a5ee1758e8d342438b9e5150bf | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 18:37:48 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 18:37:48 2020 -0700 |
tree | 368a00da76878a17da97768a40b33cf07281b5ed | |
parent | b2fd03cd2ff371cf787e863d46f9a5f8f3d34696 [diff] [blame] |
test indefinite length strings with map searching
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 1c01ee4..3cbb82d 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -291,4 +291,11 @@ */ int32_t TooLargeInputTest(void); + +/* + Test spiffy decoding of indefinite length strings. + */ +int32_t SpiffyIndefiniteLengthStringsTests(void); + + #endif /* defined(__QCBOR__qcbort_decode_tests__) */