Added test for decode maps as strings mode
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h
index 55b1bf5..862e79d 100644
--- a/test/qcbor_decode_tests.h
+++ b/test/qcbor_decode_tests.h
@@ -120,6 +120,12 @@
 int SimpleValuesTest1(void);
 
 
+/*
+ 
+ */
+int ParseMapAsArrayTest(void);
+
+
 
 int ParseSimpleTest(void);