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 LibJS: Start implementing Intl.Segmenter 2022-01-30 19:47:01 +00:00
Segmenter.js LibJS: Start implementing Intl.Segmenter 2022-01-30 19:47:01 +00:00
Segmenter.prototype.resolvedOptions.js LibJS: Implement Intl.Segmenter.prototype.resolvedOptions 2022-01-30 19:47:01 +00:00
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 LibJS: Implement Intl.Segmenter.supportedLocalesOf 2022-01-30 19:47:01 +00:00