File:  [parser3project] / parser3 / tests / 417.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Aug 2 09:10:45 2023 UTC (2 years, 9 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
test for empty string match after last char added (related to bug #1224)

$s[abbbbbb]
$s
^s.match[(?=b);g][D]

$s[a
a
a
b
b
bbb]
^s.match[(?=[\nb]);g][D]

$s[bcbcabc]
$s
^s.match[(?=[bc]);g][D]

#empty match after last char test

$title[word1 word2]
$m[^title.match[\b()\b;g']]
^json:string[$m]

E-mail: