commit | 9b33496287cb2b453e97676b932168881baaa81c | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Thu Aug 27 10:55:53 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Thu Aug 27 10:55:53 2020 -0700 |
tree | 2fbe3cc9646aefb7550e546aa77b40da83244e67 | |
parent | 4b270649b9195cf91ae7b54ab6836802a815fd20 [diff] [blame] |
Big commit of fixes for tags
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index d0ba252..4bf6b39 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -173,7 +173,7 @@ /* - Test optional tags like the CBOR magic number. + Test decode of CBOR tagging like the CBOR magic number and many others. */ int32_t OptTagParseTest(void);