projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://github.com/mitchell/ohcount
[ohcount]
/
test
/
src_dir
/
html1.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html>
3
<head>
4
<title>foo</title>
5
<script type="text/javascript" >
6
<![CDATA[
7
// javascript comment
8
function matchwo(a,b)
9
{
10
if (a < b && a < 0) then
11
{
12
return 1
13
}
14
else
15
{
16
return 0
17
}
18
}
19
]]>
20
</script>
21
<style type="text/css">
22
p {
23
color: #444
24
}
25
</style>
26
</head>
27
<body>
28
<p>
29
<b class='<!--'>
30
not in comment
31
</b>
32
<![CDATA[<i>italic?</i>]]>
33
</p>
34
<!--
35
in comment
36
-->
37
</body>
38
</html>