Pass | `Date.prototype.toLocaleString` produces U+0020 instead of U+202F for `en-US` locale | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /ecmascript/locale-compat.html:18:3) | Pass | assert_regexp_match("12/31/2022, 11:59:42 PM", object "/:\d\d:\d\d\x20[AP]M/")
at Test.<anonymous> ( /ecmascript/locale-compat.html:20:3) |
|
Pass | `Intl.DateTimeFormat.prototype.format` produces U+0020 instead of U+202F for `en` locale | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /ecmascript/locale-compat.html:31:3) | Pass | assert_regexp_match("11:59:42 PM UTC", object "/:\d\d:\d\d\x20[AP]M/")
at Test.<anonymous> ( /ecmascript/locale-compat.html:33:3) |
|
Pass | `Date.prototype.toLocaleString` produces `yyyy-mm-dd` instead of `m/d/yyyy` for `en-CA` locale | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /ecmascript/locale-compat.html:41:3) | Pass | assert_equals("2022-03-31", "2022-03-31")
at Test.<anonymous> ( /ecmascript/locale-compat.html:42:3) |
|
Pass | `Intl.DateTimeFormat.prototype.format` produces `yyyy-mm-dd` instead of `yyyy-m-d` for `sv-SE` locale | Asserts runPass | assert_equals("1970-01-01", "1970-01-01")
at Test.<anonymous> ( /ecmascript/locale-compat.html:50:3) |
|