-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate time zone and dayperiod fixtures to neo datetime #5411
Conversation
@@ -652,7 +652,7 @@ | |||
"GenericNonLocationShort" | |||
], | |||
"fallback_formats": ["LocalizedGmt"], | |||
"expected": ["GMT"] | |||
"expected": ["Тролль"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in this file appear to be "actual bugs" based on my reading of the spec and the locale data. (They were broken and now they are fixed)
), | ||
]); | ||
|
||
let parsed_pattern = DateTimePattern::try_from_pattern_str(pattern_input).unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like I deserve a spot bonus for finally getting rid of this terrible pattern override code that's been haunting us for so long
Strange, the CI failure doesn't reproduce locally |
The PR is passing CI; can I have another approval? Otherwise I might push more commits migrating more tests |
#1317