[NEW] LocDeltaList + LocDeltaList => LocDeltaList
[ohcount] / test / expected_dir / html1.html
1 html    code    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 html    code    <html>
3 html    code            <head>
4 html    code                    <title>foo</title>
5 html    code            <script type="text/javascript" >
6 javascript      code    <![CDATA[
7 javascript      comment // javascript comment
8 javascript      code    function matchwo(a,b)
9 javascript      code    {
10 javascript      code            if (a < b && a < 0) then
11 javascript      code            {
12 javascript      code                    return 1
13 javascript      code            }
14 javascript      code            else
15 javascript      code            {
16 javascript      code                    return 0
17 javascript      code            }
18 javascript      code    }
19 javascript      code    ]]>
20 html    code            </script>
21 html    code            <style type="text/css">
22 css     code    p {
23 css     code            color: #444
24 css     code    }
25 html    code            </style>
26 html    code            </head>
27 html    code            <body>
28 html    code                    <p>
29 html    code                    <b class='<!--'>
30 html    code                            not in comment
31 html    code                    </b>
32 html    code                    <![CDATA[<i>italic?</i>]]>
33 html    code                    </p>
34 html    comment                 <!--
35 html    comment                         in comment
36 html    comment                         -->
37 html    code            </body>
38 html    code    </html>