Skip to content

Commit

Permalink
Merge branch '22986' into surili
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 13, 2024
2 parents 8f78834 + 71098c6 commit 0ac10b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions icu4c/source/test/intltest/rbbitst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2943,11 +2943,6 @@ RBBILineMonkey::RBBILineMonkey() :

std::list<std::pair<std::string, UnicodeSet>> 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<RegexRule>(uR"(CR LF ÷)", uR"(\u000D\u000A)", u'÷', uR"()"));

rules.push_back(std::make_unique<RegexRule>(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.
Expand Down

0 comments on commit 0ac10b1

Please sign in to comment.