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

1.1     ! moko        1: 1. $s[a, b ,,c,] [$s]
        !             2: ^json:string[^s.split[^regex::create[\s*,\s*;g];;v]]
        !             3: ^json:string[^s.split[,;;v]]
        !             4: 2. $s[,a, b ,,c] [$s]
        !             5: ^json:string[^s.split[^regex::create[\s*,\s*;g];;v]]
        !             6: ^json:string[^s.split[,;;v]]

E-mail: