-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlainMonthDay({month: Infinity, day}) handling
The previous commit failed the`PlainMonthDay({month: Infinity, day})` test because 'MInfinity' is obviously invalid. This commit adds a Symbol that can signal to the ISO calendar implementation that both `calendar` and `monthCode` were omitted from the inputs. This differentiates from the case where the calendar is explicitly ISO (not omitted) because in that case `monthCode` is still required.
- Loading branch information
1 parent
dfe9e7e
commit dd913bd
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters