提交 cb96e30f 编写于 作者: N Niels

try to understand re2c

上级 c1bf0025
......@@ -4181,4 +4181,9 @@ TEST_CASE("parser class")
}
}
}
SECTION("parse errors")
{
CHECK_THROWS_AS(json::parser("-,").parse(), std::invalid_argument);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册