1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:27:45 +00:00

LibUnicode: Add a unit test for Unicode grapheme and word segmentation

These include tests for previously broken boundary conditions.
This commit is contained in:
Timothy Flynn 2023-02-25 15:51:43 -05:00 committed by Linus Groh
parent fa96811a22
commit 73239fdd82
2 changed files with 102 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
TestEmoji.cpp
TestSegmentation.cpp
TestUnicodeCharacterTypes.cpp
TestUnicodeNormalization.cpp
)