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