Codebase list ohcount / 3ecf732 test / unit / parsers / test_exheres.h
3ecf732

Tree @3ecf732 (Download .tar.gz)

test_exheres.h @3ecf732raw · 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();
}