Annotation of parser3/tests/results/264.processed, revision 1.5

1.1       moko        1: Content-Type: text/html
1.5     ! moko        2: Content-Length: 847
1.1       moko        3: 
1.4       moko        4:  
                      5:         some <a href="/?a&b">html</a> code 
                      6:         ^$b^(2+2^) 
                      7:         \^\(\.\*\?\)\$ 
                      8:         some <?dirty?> code 
1.1       moko        9: 
1.4       moko       10:  
                     11:         some &lt;a href=&quot;/?a&amp;b&quot;&gt;html&lt;/a&gt; code 
                     12:         ^$b^(2+2^) 
                     13:         \^\(\.\*\?\)\$ 
                     14:         some &lt;?dirty?&gt; code 
1.1       moko       15: 
1.4       moko       16:  
                     17:         some &lt;a href=&quot;/?a&amp;b&quot;&gt;html&lt;/a&gt; code 
                     18:         ^$b^(2+2^) 
                     19:         \^\(\.\*\?\)\$ 
                     20:         some <\?dirty\?> code 
1.1       moko       21: 
1.4       moko       22:  
                     23:         some &lt;a href=&quot;/?a&amp;b&quot;&gt;html&lt;/a&gt; code 
                     24:         ^$b^(2+2^) 
                     25:         \^\(\.\*\?\)\$ 
                     26:         some <?dirty?> code 
1.5     ! moko       27: 
        !            28: code coverage tests:
        !            29: 2. Type: parser.runtime,
        !            30: Source: unsafe_env_name,
        !            31: Comment: not safe environment variable
        !            32: 3. Type: parser.runtime,
        !            33: Source: exec,
        !            34: Comment: file name must be specified
        !            35: 4. Type: parser.runtime,
        !            36: Source: exec,
        !            37: Comment: stdin parameter must be string or file
        !            38: 5. Type: parser.runtime,
        !            39: Source: exec,
        !            40: Comment: param must be string or table

E-mail: