mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22127 Remove obsolete WordBreakTest.txt known issues
This commit is contained in:
parent
e38ac306bc
commit
e000c5c3cc
1 changed files with 0 additions and 5 deletions
|
@ -1267,11 +1267,6 @@ UBool RBBITest::testCaseIsKnownIssue(const UnicodeString &testCase, const char *
|
|||
const char16_t *fString;
|
||||
} badTestCases[] = {
|
||||
{"10666", "GraphemeBreakTest.txt", u"\u0020\u0020\u0033"}, // Fake example, for illustration.
|
||||
|
||||
// ICU-22127 until UAX #29 wordbreak is update for the colon changes in ICU-22112,
|
||||
// need to skip some tests in WordBreakTest.txt
|
||||
{"22127", "WordBreakTest.txt", u"a:"},
|
||||
{"22127", "WordBreakTest.txt", u"A:"},
|
||||
};
|
||||
|
||||
for (int n=0; n<UPRV_LENGTHOF(badTestCases); n++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue