mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Improved coverage of MsgPackDeserializer
This commit is contained in:
@@ -46,6 +46,7 @@ TEST_CASE("deserializeMsgPack() returns IncompleteInput") {
|
|||||||
|
|
||||||
SECTION("map 32") {
|
SECTION("map 32") {
|
||||||
checkAllSizes("\xDF\x00\x00\x00\x01\xA3one\x01", 10);
|
checkAllSizes("\xDF\x00\x00\x00\x01\xA3one\x01", 10);
|
||||||
|
checkAllSizes("\xDF\x00\x00\x00\x01\xd9\x03one\x01", 11);
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTION("uint 8") {
|
SECTION("uint 8") {
|
||||||
|
|||||||
Reference in New Issue
Block a user