ICU-9107 Regex tests for escaped non-special characters in patterns.
X-SVN-Rev: 31367
This commit is contained in:
parent
8bb50b4c00
commit
ab04df1199
6
icu4c/source/test/testdata/regextst.txt
vendored
6
icu4c/source/test/testdata/regextst.txt
vendored
@ -664,6 +664,12 @@
|
||||
"abc" 2Z "aaabc <0>abc</0>ab"
|
||||
"abc" 3z "aa>abc abcab"
|
||||
|
||||
#
|
||||
# \ escaping
|
||||
#
|
||||
"abc\jkl" "<0>abcjkl</0>" # escape of a non-special letter is just itself.
|
||||
"abc[ \j]kl" "<0>abcjkl</0>"
|
||||
|
||||
#
|
||||
# Bug xxxx
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user