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

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

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

void test_postscript_comment_entities(){
    test_parser_verify_entity(
        test_parser_sourcefile("postscript", "%comment"),
        "comment", "%comment"
    );
}

void all_postscript_tests(){
    test_postscript_comment_entities();
}