-
Notifications
You must be signed in to change notification settings - Fork 153
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
Improve test coverage for AdjustRoundedDurationDays #2814
Comments
I'm working on this, |
This was referenced Nov 5, 2024
ptomato
pushed a commit
to tc39/test262
that referenced
this issue
Nov 7, 2024
…Time (#4306) This is the test for the change in tc39/proposal-temporal#3036 and is a variation of the test from tc39/proposal-temporal#2814 .
Coverage added in test262. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
AdjustRoundedDurationDays
function has special behavior for balancing-up time units during a ZDT days:proposal-temporal/polyfill/lib/ecmascript.mjs
Lines 5262 to 5269 in 2c9979f
FullCalendar's temporal-polyfill has an incorrect implementation of this not caught by tests. It'd be great to improve test coverage.
Things work fine in the reference implementation.
The text was updated successfully, but these errors were encountered: