mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Test an object with one member
This commit is contained in:
@@ -37,6 +37,14 @@ namespace JsonGeneratorTests
|
||||
outputMustBe("[]");
|
||||
}
|
||||
|
||||
TEST_METHOD(ObjectWithOneMember)
|
||||
{
|
||||
whenInputIs("{\"key\":\"value\"}");
|
||||
outputMustBe(
|
||||
"{\n"
|
||||
" \"key\":\"value\"\n"
|
||||
"}");
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user