Commit f6f7fcc8 authored by Niels's avatar Niels

another test case

parent 0433e71f
......@@ -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);
}
/*
SECTION("parse errors on first character")
{
for (int c = 1; c < 255; ++c)
......@@ -4061,7 +4060,6 @@ TEST_CASE("parser class")
}
}
}
*/
}
SECTION("parse")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment