mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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
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 New Issue
Block a user