commit | 87de9afd3cb9e1ad528ad11f04bc5416f01b7998 | [log] [tgz] |
---|---|---|
author | Michael Richardson <mcr@sandelman.ca> | Thu Feb 18 23:13:31 2021 -0500 |
committer | GitHub <noreply@github.com> | Thu Feb 18 21:13:31 2021 -0700 |
tree | adc3f2688650fb64249d0184dd2a333906728e4e | |
parent | 24bd7e18efdef69b2756e7ab47cdd3ed39156a0e [diff] [blame] |
added test case of having an Empty Map as a Map Value (#81) * added test case of having an Empty Map as a Map Value * added test case of having an Empty Map as a Map Value
diff --git a/test/run_tests.c b/test/run_tests.c index 0146d93..5fb0895 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -130,6 +130,7 @@ TEST_ENTRY(ExponentAndMantissaDecodeFailTests), TEST_ENTRY(ExponentAndMantissaEncodeTests), #endif /* QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA */ + TEST_ENTRY(ParseEmptyMapInMapTest), };