We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67b13c commit 9f9d293Copy full SHA for 9f9d293
5 files changed
test/error/fail06.json
@@ -0,0 +1 @@
1
+[ , "<-- missing value"]
test/error/fail25.json
+[" tab character in string "]
test/error/fail27.json
@@ -0,0 +1,2 @@
+["line
2
+break"]
test/error/fail28.json
+["line\
test/unit.cpp
@@ -8456,13 +8456,11 @@ TEST_CASE("regression tests")
8456
SECTION("NAN value")
8457
{
8458
CHECK(json(NAN) == json());
8459
- CHECK(json(static_cast<long double>(NAN)) == json());
8460
}
8461
8462
SECTION("infinity")
8463
8464
CHECK(json(INFINITY) == json());
8465
- CHECK(json(static_cast<long double>(INFINITY)) == json());
8466
8467
8468
0 commit comments