Codebase list ohcount / 4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main test / unit / parsers / test_cs_aspx.h
4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main

Tree @4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main (Download .tar.gz)

test_cs_aspx.h @4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main

3581673
 
 
 
 
 
 
 
 
 
 
 
void test_cs_aspx_comments() {
  test_parser_verify_parse2(
    test_parser_sourcefile("cs_aspx", "<%\n //comment\n%>"),
    "html", "<%\n%>", "", 0,
    "csharp", "", "//comment\n", 0
  );
}

void all_cs_aspx_tests() {
  test_cs_aspx_comments();
}