-
Notifications
You must be signed in to change notification settings - Fork 156
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
Sync amendments to Intl-402 #3058
base: main
Are you sure you want to change the base?
Conversation
…tions which was already upstreamed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3058 +/- ##
=======================================
Coverage 95.73% 95.73%
=======================================
Files 21 21
Lines 9716 9716
Branches 1742 1742
=======================================
Hits 9302 9302
Misses 363 363
Partials 51 51 ☔ View full report in Codecov by Sentry. |
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.
Thanks! I believe you missed a couple of name changes, otherwise looks good.
@@ -1160,7 +854,7 @@ <h1> | |||
1. Set _relevantFieldsEqual_ to *false*. | |||
1. If _relevantFieldsEqual_ is *true*, then | |||
1. Let _collapsedResult_ be a new empty List. | |||
1. Let _resultParts_ be <del>!</del> FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _x_). | |||
1. Let _resultParts_ be FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _x_). |
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.
1. Let _resultParts_ be FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _x_). | |
1. Let _resultParts_ be FormatDateTimePattern(_dateTimeFormat_, _format_, _pattern_, _xEpochNanoseconds_). |
1. Let _z_ be _x_. | ||
1. Else, | ||
1. Let _z_ be _y_. |
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.
1. Let _z_ be _x_. | |
1. Else, | |
1. Let _z_ be _y_. | |
1. Let _z_ be _xEpochNanoseconds_. | |
1. Else, | |
1. Let _z_ be _yEpochNanoseconds_. |
No description provided.