2 void test_tex_comments() {
3 test_parser_verify_parse(
4 test_parser_sourcefile("tex", " %comment"),
5 "tex", "", "%comment", 0
9 void test_tex_comment_entities() {
10 test_parser_verify_entity(
11 test_parser_sourcefile("tex", " %comment"),
16 void all_tex_tests() {
18 test_tex_comment_entities();