mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4888 regex pattern compilation bug with flag settings.
X-SVN-Rev: 18705
This commit is contained in:
parent
8a1e1ba83a
commit
e5b14425b7
1 changed files with 2 additions and 2 deletions
4
icu4c/source/test/testdata/regextst.txt
vendored
4
icu4c/source/test/testdata/regextst.txt
vendored
|
@ -519,11 +519,11 @@
|
|||
"[$$](P|C|D);" "<0>$<1>P</1>;</0>"
|
||||
|
||||
#
|
||||
# bug 4888?
|
||||
# bug 4888 Flag settings lost in some cases.
|
||||
#
|
||||
"((a){2})|(#)" is "no"
|
||||
"((a){2})|(#)" is "<0><1>a<2>a</2></1></0>#"
|
||||
#"((a){2})|(#)" is "a<0><3>#</3><0>"
|
||||
"((a){2})|(#)" is "a<0><3>#</3></0>"
|
||||
|
||||
"((a|b){2})|c" is "<0>c</0>"
|
||||
"((a|b){2})|c" is "<0>C</0>"
|
||||
|
|
Loading…
Add table
Reference in a new issue