Codebase list ohcount / upstream/4.0.0+git20210223.6654d48 test / unit / parsers / test_exheres.h
upstream/4.0.0+git20210223.6654d48

Tree @upstream/4.0.0+git20210223.6654d48 (Download .tar.gz)

test_exheres.h @upstream/4.0.0+git20210223.6654d48raw · 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();
}