LibJS+LibUnicode: Implement retrieval of collator keyword values

Completely missed this when implementing Intl.Collator!
This commit is contained in:
Timothy Flynn 2025-06-02 14:35:12 -04:00 committed by Shannon Booth
commit f091047159
Notes: github-actions[bot] 2025-06-02 21:04:47 +00:00
3 changed files with 51 additions and 9 deletions

View file

@ -26,7 +26,7 @@ describe("normal behavior", () => {
const values = Intl.supportedValuesOf("collation");
expect(isSorted(values)).toBeTrue();
expect(values.indexOf("default")).not.toBe(-1);
expect(values.indexOf("emoji")).not.toBe(-1);
});
test("currency", () => {