From 71098c6dcf01ef6e9a68d6da4fcaa9884df63e90 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Fri, 13 Dec 2024 20:40:36 +0100 Subject: [PATCH] Apparently I hallucinated that bug --- icu4c/source/test/intltest/rbbitst.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/icu4c/source/test/intltest/rbbitst.cpp b/icu4c/source/test/intltest/rbbitst.cpp index 2ef039405f5e..7d992198fa74 100644 --- a/icu4c/source/test/intltest/rbbitst.cpp +++ b/icu4c/source/test/intltest/rbbitst.cpp @@ -2943,11 +2943,6 @@ RBBILineMonkey::RBBILineMonkey() : std::list> partition; - // TODO(egg): The following is a workaround for what seems to be an ICU bug: - // with UREGEX_DOTALL (but not UREGEX_MULTILINE), /.*\u000A/ does not match - // CR LF. - rules.push_back(std::make_unique(uR"(CR LF ÷)", uR"(\u000D\u000A)", u'÷', uR"()")); - rules.push_back(std::make_unique(uR"(sot ÷ contra LB2)", uR"(^)", u'÷', uR"()")); // This one could be part of the rules. // Note that /$/ matches ( BK | CR | LF | NL ) eot, so we use (?!.) instead.