Codebase list ohcount / eedf549 test / unit / parsers / test_exheres.h
eedf549

Tree @eedf549 (Download .tar.gz)

test_exheres.h @eedf549raw · history · blame

void test_exheres_comment_entities() {
  test_parser_verify_entity(
    test_parser_sourcefile("exheres", " #comment"),
    "comment", "#comment"
  );
}

void all_exheres_tests() {
  test_exheres_comment_entities();
}