Skip to content

Commit 06dc545

Browse files
committed
Merge branch 'json-noadd' into json-order
2 parents 3fda778 + 164f3af commit 06dc545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-grammar-integration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ static void test_json_schema() {
11081108
R"""({ "number": "1600", "street_name": "Pennsylvania", "street_type":"Avenue"})""",
11091109
// "Additional properties default to false for generation, even though the spec says true.
11101110
R"""({ "number": 1600, "street_name": "Pennsylvania", "street_type":"Avenue", "direction":"NW"})""",
1111-
1111+
11121112
}
11131113
);
11141114

0 commit comments

Comments
 (0)