Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 434b3c9

Browse files
committed
ICU on alpine behave different
Signed-off-by: 6543 <6543@obermui.de>
1 parent 2b78981 commit 434b3c9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/15177.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix test_icu_word_boundary_punctuation for alpine installed ICU version

tests/storage/test_user_directory.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,8 @@ def test_icu_word_boundary_punctuation(self) -> None:
696696
["lazy'fox", "jumped", "over", "the", "dog"],
697697
# ICU 70 on Ubuntu 22.04
698698
["lazy'fox", "jumped:over", "the.dog"],
699+
# ICU 2.10.2 on Alpine edge
700+
["lazy'fox", 'jumped', 'over', 'the.dog'],
699701
),
700702
)
701703

0 commit comments

Comments
 (0)