1 void test_bfpp_comment() {
2 test_parser_verify_parse(
3 test_parser_sourcefile("bfpp", " = comment"),
4 "bfpp", "", "= comment", 0
8 void test_bfpp_comment_entities() {
9 test_parser_verify_entity(
10 test_parser_sourcefile("bfpp", " = comment"),
11 " comment", "= comment"
15 void all_bfpp_tests() {
17 test_bfpp_comment_entities();