projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #41 from blackducksw/ubuntu_14
[ohcount]
/
test
/
unit
/
parsers
/
test_rhtml.h
1
2
void test_rhtml_comment() {
3
test_parser_verify_parse2(
4
test_parser_sourcefile("rhtml", "<%\n #comment\n%>"),
5
"html", "<%\n%>", "", 0,
6
"ruby", "", "#comment\n", 0
7
);
8
}
9
10
void all_rhtml_tests() {
11
test_rhtml_comment();
12
}