mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-836 Add regression test for reported RBBI failure.
X-SVN-Rev: 9477
This commit is contained in:
parent
f1a6b5b00d
commit
53ac097505
1 changed files with 3 additions and 0 deletions
|
@ -664,6 +664,9 @@ void RBBITest::TestDefaultRuleBasedLineIteration()
|
|||
ADD_DATACHUNK(linedata, "\\ue000", 0, status); // PUA
|
||||
ADD_DATACHUNK(linedata, "\\udb80\\udc01", 0, status); // Extended PUA. Treated as ideograph.
|
||||
|
||||
// Regression for bug 836
|
||||
ADD_DATACHUNK(linedata, "AAA", 0, status);
|
||||
ADD_DATACHUNK(linedata, "(AAA ", 0, status);
|
||||
|
||||
generalIteratorTest(*lineIterDefault, linedata);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue