ICU-9107 Regex tests for escaped non-special characters in patterns.

X-SVN-Rev: 31367
This commit is contained in:
Andy Heninger 2012-02-11 00:49:04 +00:00
parent 8bb50b4c00
commit ab04df1199

View File

@ -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
#