mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +01:00
Merge DynamicJsonDocument with JsonDocument
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <catch.hpp>
|
||||
|
||||
TEST_CASE("Comments should produce InvalidInput") {
|
||||
DynamicJsonDocument doc(2048);
|
||||
JsonDocument doc(2048);
|
||||
|
||||
const char* testCases[] = {
|
||||
"/*COMMENT*/ [\"hello\"]",
|
||||
|
||||
Reference in New Issue
Block a user