another test case
This commit is contained in:
parent
0433e71fc3
commit
f6f7fcc88c
1 changed files with 0 additions and 2 deletions
|
@ -4018,7 +4018,6 @@ TEST_CASE("parser class")
|
||||||
CHECK(json::parser(" \t\n\r\n\t 0").last_token == json::parser::token_type::value_number);
|
CHECK(json::parser(" \t\n\r\n\t 0").last_token == json::parser::token_type::value_number);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
SECTION("parse errors on first character")
|
SECTION("parse errors on first character")
|
||||||
{
|
{
|
||||||
for (int c = 1; c < 255; ++c)
|
for (int c = 1; c < 255; ++c)
|
||||||
|
@ -4061,7 +4060,6 @@ TEST_CASE("parser class")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTION("parse")
|
SECTION("parse")
|
||||||
|
|
Loading…
Reference in a new issue