Codebase list ohcount / fresh-snapshots/upstream test / unit / parsers / test_exheres.h
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

test_exheres.h @fresh-snapshots/upstreamraw · 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();
}