Skip to content

Commit

Permalink
Update the expctation of constructor-options-firstDayOfWeek-valid.js
Browse files Browse the repository at this point in the history
true will be dropped inside UTS35
  • Loading branch information
FrankYFTang authored and ptomato committed Jul 11, 2024
1 parent 58751ca commit 753d502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 753d502

Please sign in to comment.