move testing TODO; to test code
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c
index bc6530c..6d58749 100644
--- a/test/qcbor_decode_tests.c
+++ b/test/qcbor_decode_tests.c
@@ -1097,7 +1097,7 @@
/*
Decode and thoroughly check a moderately complex
- set of maps
+ set of maps in the QCBOR_DECODE_MODE_MAP_AS_ARRAY mode.
*/
int32_t ParseMapAsArrayTest()
{
@@ -1308,6 +1308,9 @@
return -50;
}
+ // TODO: test decoding of labels that are arrays or such
+ // TODO: test spiffy decoding of QCBOR_DECODE_MODE_MAP_AS_ARRAY
+
return 0;
}