Fix the expectation about the parse

This commit is contained in:
Yoichi Hirai
2017-06-13 12:21:28 +02:00
parent a03913427f
commit 0909ffc26e
+1 -1
View File
@@ -171,7 +171,7 @@ BOOST_AUTO_TEST_CASE(list)
BOOST_CHECK_EQUAL(parse(text), R"(( 1234 ))");
BOOST_CHECK(successParse("( 1234 5467 )"));
BOOST_CHECK(!successParse("()"));
BOOST_CHECK(successParse("()"));
}
BOOST_AUTO_TEST_CASE(macro_with_zero_args)