MCPcopy Create free account
hub / github.com/boostorg/parser / github_issue_209

Function github_issue_209

test/github_issues.cpp:240–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void github_issue_209()
241{
242 namespace bp = boost::parser;
243
244 BOOST_TEST(std::is_sorted(
245 std::begin(bp::detail::char_set<detail::punct_chars>::chars),
246 std::end(bp::detail::char_set<detail::punct_chars>::chars)));
247
248 BOOST_TEST(std::is_sorted(
249 std::begin(bp::detail::char_set<detail::symb_chars>::chars),
250 std::end(bp::detail::char_set<detail::symb_chars>::chars)));
251
252 BOOST_TEST(std::is_sorted(
253 std::begin(bp::detail::char_set<detail::lower_case_chars>::chars),
254 std::end(bp::detail::char_set<detail::lower_case_chars>::chars)));
255
256 BOOST_TEST(std::is_sorted(
257 std::begin(bp::detail::char_set<detail::upper_case_chars>::chars),
258 std::end(bp::detail::char_set<detail::upper_case_chars>::chars)));
259}
260
261void github_issue_223()
262{

Callers 1

mainFunction · 0.85

Calls 2

beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected