File:  [parser3project] / parser3 / tests / 405.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Dec 17 20:55:25 2020 UTC (5 years, 8 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6, HEAD
test for split by regex added (related to feature #1160)

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]]

E-mail: