mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-9353 exclude the entire Hangul script from monkey tests
X-SVN-Rev: 32192
This commit is contained in:
parent
8466372715
commit
68f6a941a2
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ public class RBBITestMonkey extends TestFmwk {
|
|||
RBBIWordMonkey() {
|
||||
fCharProperty = UProperty.WORD_BREAK;
|
||||
|
||||
fDictionaryCjkSet= new UnicodeSet("[[\\uac00-\\ud7a3][:Han:][:Hiragana:][:Katakana:]]");
|
||||
fDictionaryCjkSet= new UnicodeSet("[[:Script=Hangul:][:Han:][:Hiragana:][:Katakana:]]");
|
||||
fCRSet = new UnicodeSet("[\\p{Word_Break = CR}]");
|
||||
fLFSet = new UnicodeSet("[\\p{Word_Break = LF}]");
|
||||
fNewlineSet = new UnicodeSet("[\\p{Word_Break = Newline}]");
|
||||
|
|
Loading…
Add table
Reference in a new issue