mirror of
https://github.com/tc39/test262.git
synced 2025-11-30 18:43:11 +01:00
* Unified Intl.NumberFormat: Test compact notation with various locales. * Unified Intl.NumberFormat: Test compactDisplay constructor option. * Unified Intl.NumberFormat: Test signDisplay constructor option. * Unified Intl.NumberFormat: Test signDisplay with various locales. * Unified Intl.NumberFormat: Test signDisplay with accounting currencySign in various locales. * Unified Intl.NumberFormat: Test engineering and scientific notations in various locales. * Unified Intl.NumberFormat: Test unit handling. * Unified Intl.NumberFormat: Test notation constructor option. * Unified Intl.NumberFormat: Test engineering and scientific notations with negative exponents. * Unified Intl.NumberFormat: Test near-zero arguments with signDisplay. * Unified Intl.NumberFormat: Test units. * Unified Intl.NumberFormat: Test unit arguments. * Unified Intl.NumberFormat: Add a generic test for unit arguments. * Unified Intl.NumberFormat: Test the unitDisplay argument.