Annotation of parser3/tests/350.html, revision 1.1

1.1     ! moko        1: $s[first,"second",
        !             2: "1 - column"" one","column" t"w"o,column three
        !             3: 2 - column one,"column, two","", "
        !             4: empty line
        !             5: 
        !             6: """",""" x","multiline
        !             7: entry"
        !             8: "3 - column one","","column, three <no new line at eof>"]
        !             9: 
        !            10: $cfg[^table::create{$s}[
        !            11:        $.separator[,]
        !            12:        $.encloser["]
        !            13: ]]
        !            14: 
        !            15: ^json:string[$cfg]
        !            16: 
        !            17: $s[" zero-^taint["]-zero",one,^taint["]three
        !            18: zero^taint[,]zero,one^taint[
        !            19: ]one","]
        !            20: 
        !            21: $cfg[^table::create[nameless]{$s}[
        !            22:        $.separator[,]
        !            23:        $.encloser["]
        !            24: ]]
        !            25: 
        !            26: ^json:string[$cfg]
        !            27: 
        !            28: $s[" """" quotes to check language ""shift"" <^taint[xml][<>]> ]
        !            29: 
        !            30: $cfg[^table::create[nameless]{$s}[
        !            31:        $.encloser["]
        !            32: ]]
        !            33: 
        !            34: ^apply-taint[$cfg.0]

E-mail: