Tests and documentation for CBOR Sequences (#46)
CBOR Sequences, RFC 8742, were always supported. This PR just adds documentation explaining how. It also adds regression tests.
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h
index 7c8c185..92e217c 100644
--- a/test/qcbor_decode_tests.h
+++ b/test/qcbor_decode_tests.h
@@ -252,4 +252,10 @@
#endif /* QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA */
+/*
+ Tests decoding of CBOR Sequences defined in RFC 8742
+ */
+int32_t CBORSequenceDecodeTests(void);
+
+
#endif /* defined(__QCBOR__qcbort_decode_tests__) */