2 void test_erlang_comments() {
3 test_parser_verify_parse(
4 test_parser_sourcefile("erlang", " %%comment"),
5 "erlang", "", "%%comment", 0
9 void test_erlang_comment_entities() {
10 test_parser_verify_entity(
11 test_parser_sourcefile("erlang", " %comment"),
16 void all_erlang_tests() {
17 test_erlang_comments();
18 test_erlang_comment_entities();