mirror of
https://github.com/tc39/test262.git
synced 2025-11-29 18:13:13 +01:00
Fix strict mode error
This commit is contained in:
parent
e23d841cfe
commit
b008170b22
@ -10,6 +10,6 @@ features: [Temporal]
|
||||
locale: [en]
|
||||
---*/
|
||||
|
||||
date = new Temporal.PlainDateTime(2000, 5, 2, 14, 46, 0, 0, 0, 0, "gregory");
|
||||
var date = new Temporal.PlainDateTime(2000, 5, 2, 14, 46, 0, 0, 0, 0, "gregory");
|
||||
|
||||
assert(date.toLocaleString("en", { era: "narrow" }).startsWith("5"), "toLocaleString on a PlainDateTime with era option should work");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user