mirror of https://github.com/tc39/test262.git
Update the expctation of constructor-options-firstDayOfWeek-valid.js
true will be dropped inside UTS35
This commit is contained in:
parent
58751ca335
commit
753d502e9a
|
@ -47,7 +47,7 @@ const validFirstDayOfWeekOptions = [
|
|||
[6, "en-u-fw-sat"],
|
||||
[7, "en-u-fw-sun"],
|
||||
[0, "en-u-fw-sun"],
|
||||
[true, "en-u-fw-true"],
|
||||
[true, "en-u-fw"],
|
||||
[false, "en-u-fw-false"],
|
||||
[null, "en-u-fw-null"],
|
||||
["primidi", "en-u-fw-primidi"],
|
||||
|
|
Loading…
Reference in New Issue