fix bug in using string allocator for all strings; tests for string allocator for all strings; documentation for..
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h
index 5168466..c2bcad5 100644
--- a/test/qcbor_decode_tests.h
+++ b/test/qcbor_decode_tests.h
@@ -160,12 +160,15 @@
 int NestedMapTestIndefLen(void);
 
 
-int indefinite_length_decode_test(void);
-int indefinite_length_decode_string_test(void);
+int IndefiniteLengthArrayMapTest(void);
 
-int indeflen_nest_test(void);
+int IndefiniteLengthStringTest(void);
 
-int mempool_test(void);
+int IndefiniteLengthNestTest(void);
+
+int AllocAllStringsTest(void);
+
+int MemPoolTest(void);