Initial Revision
[ohcount] / test / expected_dir / html1.html / javascript / code
1 <![CDATA[
2 function matchwo(a,b)
3 {
4 if (a < b && a < 0) then
5 {
6 return 1
7 }
8 else
9 {
10 return 0
11 }
12 }
13 ]]>