From e5b14425b7b0eb636da542651c3c2c250bfa49b0 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Sat, 22 Oct 2005 20:55:33 +0000 Subject: [PATCH] ICU-4888 regex pattern compilation bug with flag settings. X-SVN-Rev: 18705 --- icu4c/source/test/testdata/regextst.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/testdata/regextst.txt b/icu4c/source/test/testdata/regextst.txt index 3eb34a920d3..38c3d42bdab 100644 --- a/icu4c/source/test/testdata/regextst.txt +++ b/icu4c/source/test/testdata/regextst.txt @@ -519,11 +519,11 @@ "[$$](P|C|D);" "<0>$<1>P;" # -# bug 4888? +# bug 4888 Flag settings lost in some cases. # "((a){2})|(#)" is "no" "((a){2})|(#)" is "<0><1>a<2>a#" -#"((a){2})|(#)" is "a<0><3>#<0>" +"((a){2})|(#)" is "a<0><3>#" "((a|b){2})|c" is "<0>c" "((a|b){2})|c" is "<0>C"