ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/Segmenter
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
..
Segmenter.@@toStringTag.js
Segmenter.js
Segmenter.prototype.resolvedOptions.js
Segmenter.prototype.segment.js LibUnicode: Fix typos causing text segmentation on mid-word punctuation 2023-02-15 12:36:47 +01:00
Segmenter.supportedLocalesOf.js