File:  [parser3project] / parser3 / tests / 405.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Oct 5 03:40:36 2024 UTC (19 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
tests updated after ^string.split[;a] implemented (related to feature #1249)

1. $s[a, b ,,c,] [$s]
^json:string[^s.split[^regex::create[\s*,\s*;g];;v]]
^json:string[^s.split[,;;v]]
2. $s[,a, b ,,c] [$s]
^json:string[^s.split[^regex::create[\s*,\s*;g];;v]]
^json:string[^s.split[,;;v]]

3.^try-catch{ ^json:string[^s.split[,;h;v]] }
^try-catch{ ^json:string[^s.split[,;a;v]] }
^try-catch{  ^json:string[^s.split[,;ha;]] }
^try-catch{  ^json:string[^s.split[,;va;]] }
^try-catch{  ^json:string[^s.split[,;hv;]] }

4. ^json:string[^s.split[,;a bug;]]
   ^json:string[^s.split[,;ra;]]

E-mail: