mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibJS: Remove exception rule from TimeZoneIANAName production
This is an editorial change in the Temporal spec.
See: 6a758d6
This commit is contained in:
parent
965237efb8
commit
f29c7cab16
Notes:
sideshowbarker
2024-07-17 07:44:39 +09:00
Author: https://github.com/linusg
Commit: f29c7cab16
Pull-request: https://github.com/SerenityOS/serenity/pull/15027
Reviewed-by: https://github.com/Lubrsi
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ bool ISO8601Parser::parse_time_zone_iana_name()
|
|||
{
|
||||
// TimeZoneIANAName :
|
||||
// Etc/GMT ASCIISign UnpaddedHour
|
||||
// TimeZoneIANANameTail but not Etc/GMT ASCIISign UnpaddedHour
|
||||
// TimeZoneIANANameTail
|
||||
// TimeZoneIANALegacyName
|
||||
// NOTE: Reverse order here because `TimeZoneIANANameTail` can be a subset of `TimeZoneIANALegacyName`,
|
||||
// so we'd not attempt to parse that but may not exhaust the input string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue