Codebase list ohcount / 29f5ec7d-1b44-45ad-9822-90a9c74d506b/main test / unit / parsers / test_ebuild.h
29f5ec7d-1b44-45ad-9822-90a9c74d506b/main

Tree @29f5ec7d-1b44-45ad-9822-90a9c74d506b/main (Download .tar.gz)

test_ebuild.h @29f5ec7d-1b44-45ad-9822-90a9c74d506b/mainraw · history · blame

void test_ebuild_comment_entities() {
  test_parser_verify_entity(
    test_parser_sourcefile("ebuild", " #comment"),
    "comment", "#comment"
  );
}

void all_ebuild_tests() {
  test_ebuild_comment_entities();
}