Codebase list ohcount / 85104d5a-b71d-4620-9315-33d4daf34104/main test / unit / parsers / test_nix.h
85104d5a-b71d-4620-9315-33d4daf34104/main

Tree @85104d5a-b71d-4620-9315-33d4daf34104/main (Download .tar.gz)

test_nix.h @85104d5a-b71d-4620-9315-33d4daf34104/main

3581673
 
 
 
 
 
 
 
 
 
 
void test_nix_line_comments() {
  test_parser_verify_parse(
    test_parser_sourcefile("nix", "# comment"),
    "nix", "", "# comment", 0
  );
}

void all_nix_tests() {
  test_nix_line_comments();
}