From: Andy Heninger Date: Tue, 14 Feb 2012 18:39:04 +0000 (+0000) Subject: ICU-9107 Regex test cases. X-Git-Tag: milestone-59-0-1~4053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=022632046d0858caaf40dd51336ba7911f1ee23c;p=icu ICU-9107 Regex test cases. X-SVN-Rev: 31393 --- diff --git a/icu4c/source/test/testdata/regextst.txt b/icu4c/source/test/testdata/regextst.txt index 170df58ca61..3fca732b98b 100644 --- a/icu4c/source/test/testdata/regextst.txt +++ b/icu4c/source/test/testdata/regextst.txt @@ -279,6 +279,9 @@ # \Q...\E quote mode "hel\Qlo, worl\Ed" "<0>hello, world" "\Q$*^^(*)?\A\E(a*)" "<0>$*^^(*)?\\A<1>aaaaaaaaaaaaaaa" +"[abc\Q]\r\E]+" "<0>aaaccc]]]\\\\\\\r..." # \Q ... \E escape in a [set] + +"[ \b]" "<0>b" # \S and \s space characters "\s+" "not_space<0> \t \r \n \u3000 \u2004 \u2028 \u2029xyz"