mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibJS: Parse TemporalInstantString as part of TemporalCalendarString
This commit is contained in:
parent
a94223afd0
commit
908d943e85
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ bool ISO8601Parser::parse_temporal_calendar_string()
|
|||
// DateSpecYearMonth
|
||||
// DateSpecMonthDay
|
||||
return parse_calendar_name()
|
||||
// TODO: || parse_temporal_instant_string()
|
||||
|| parse_temporal_instant_string()
|
||||
|| parse_calendar_date_time()
|
||||
|| parse_date_spec_year_month()
|
||||
|| parse_date_spec_month_day()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue