mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 13:01:34 +01:00
Fix ICU tests on alpine / macOS. (#15177)
The word boundary behaviour is slightly different, consider it acceptable for the tests.
This commit is contained in:
parent
02f74f3a99
commit
6b6e91e610
2 changed files with 3 additions and 0 deletions
1
changelog.d/15177.bugfix
Normal file
1
changelog.d/15177.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fix test_icu_word_boundary_punctuation for alpine / macos installed ICU versions.
|
|
@ -696,6 +696,8 @@ class UserDirectoryICUTestCase(HomeserverTestCase):
|
|||
["lazy'fox", "jumped", "over", "the", "dog"],
|
||||
# ICU 70 on Ubuntu 22.04
|
||||
["lazy'fox", "jumped:over", "the.dog"],
|
||||
# pyicu 2.10.2 on Alpine edge / macOS
|
||||
["lazy'fox", "jumped", "over", "the.dog"],
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue