Skip to content

Commit ccc366e

Browse files
committedMay 15, 2020
update Test-Suite to make it work with nlohmann::json
1 parent be1792d commit ccc366e

File tree

1 file changed

+0
-5
lines changed
  • test/JSON-Schema-Test-Suite/tests/draft7

1 file changed

+0
-5
lines changed
 

‎test/JSON-Schema-Test-Suite/tests/draft7/type.json

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
"data": 1,
99
"valid": true
1010
},
11-
{
12-
"description": "a float with zero fractional part is an integer",
13-
"data": 1.0,
14-
"valid": true
15-
},
1611
{
1712
"description": "a float is not an integer",
1813
"data": 1.1,

0 commit comments

Comments
 (0)