ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl
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
..
Collator
DateTimeFormat LibJS: Format the era of ISO year 0 as BC 2023-02-02 12:12:26 +00:00
DisplayNames
DurationFormat LibJS: Throw a RangeError when when formatting strings in DurationFormat 2022-12-15 09:40:09 +00:00
ListFormat
Locale
NumberFormat LibJS: Set approximate number range format result's "source" to "shared" 2023-01-14 19:12:48 +00:00
PluralRules LibJS: Allow "approximately" results to differ in plural form 2023-01-30 14:10:07 -05:00
RelativeTimeFormat
Segmenter LibUnicode: Fix typos causing text segmentation on mid-word punctuation 2023-02-15 12:36:47 +01:00
Intl.@@toStringTag.js
Intl.getCanonicalLocales.js
Intl.supportedValuesOf.js