Home
last modified time | relevance | path

Searched hist:"10 a136b91c2b6359b8961d840270dd9f4203f77b" (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/api/i18n/
H A DXBreakIteratorTest.java10a136b91c2b6359b8961d840270dd9f4203f77b Fri May 09 01:28:39 UTC 2025 Damjan Jovanovic <damjan@apache.org> Fix the test failures in XBreakIteratorTest._isBeginWord() and _isEndWord().
It was failing because the word type differed: it used WordType.ANY_WORD
when calling XBreakIterator.isBeginWord() and XBreakIterator.isEndWord(),
but used WordType.ANYWORD_IGNOREWHITESPACES instead when determining
word boundaries to test in nextWord().

Patch by: me