Codebase list ohcount / e0259188-7180-4bbc-a711-b2cd8983feeb/main test / unit / parsers / test_exheres.h
e0259188-7180-4bbc-a711-b2cd8983feeb/main

Tree @e0259188-7180-4bbc-a711-b2cd8983feeb/main (Download .tar.gz)

test_exheres.h @e0259188-7180-4bbc-a711-b2cd8983feeb/main

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

void all_exheres_tests() {
  test_exheres_comment_entities();
}