2 void test_forth_comment_entities() {
3 test_parser_verify_entity(
4 test_parser_sourcefile("forth", " \\comment"),
7 test_parser_verify_entity(
8 test_parser_sourcefile("forth", " (comment)"),
13 void all_forth_tests() {
14 test_forth_comment_entities();