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

Function github_pr_290

test/github_issues.cpp:504–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void github_pr_290()
505{
506 namespace bp = boost::parser;
507
508 auto const pTest = bp::lit("TEST:") > -bp::quoted_string;
509
510 auto result = bp::parse("TEST: \"foo\"", pTest, bp::blank);
511 BOOST_TEST(result);
512 BOOST_TEST(*result == "foo");
513}
514
515namespace github_issue_294_ {
516 namespace bp = boost::parser;

Callers 1

mainFunction · 0.85

Calls 2

litFunction · 0.85
parseFunction · 0.50

Tested by

no test coverage detected