ladybird/Tests/LibUnicode
Timothy Flynn 5cbf054651 LibUnicode: Fix typos causing text segmentation on mid-word punctuation
For example the words "can't" and "32.3" should not have boundaries
detected on the "'" and "." code points, respectively.

The String test cases fixed here are because "b'ar" is now considered
one word.
2023-02-15 12:36:47 +01:00
..
CMakeLists.txt Tests: Add tests for LibUnicode's normalize 2022-10-06 08:24:39 -04:00
TestUnicodeCharacterTypes.cpp LibUnicode: Fix typos causing text segmentation on mid-word punctuation 2023-02-15 12:36:47 +01:00
TestUnicodeNormalization.cpp LibUnicode+LibJS: Propagate OOM from Unicode normalization 2023-01-09 22:48:15 +00:00