Skip to content
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

More follow-up on closed Temporal tests PRs #3456

Merged
merged 5 commits into from
Apr 4, 2022

Conversation

ptomato
Copy link
Contributor

@ptomato ptomato commented Mar 31, 2022

Similar to #3438, this was originally PRs #3056, #3057, #3058, #3059, #3060 by @FrankYFTang which were closed without being merged. I'm following up as promised. I rebased the PRs, added assertion messages, did some reformatting, and combined with some existing tests. In a few places I added more test cases.

(Philip, March 2022: This was originally Frank's PR tc39#3060. I did some
reformatting, removed a test that didn't exercise the whole feature, and
combined some duplicate tests with some existing tests.)
(Philip, March 2022: This was originally Frank's PR tc39#3059. I did some
reformatting, removed duplicate tests, and combined with some existing
tests.)
(Philip, March 2022: This was originally Frank's PR tc39#3058. I did some
reformatting, removed duplicate tests, and combined with some existing
tests.)
(Philip, March 2022: This was originally Frank's PR tc39#3057. I did some
reformatting, removed duplicate tests, addressed the review comments that
I left the first time around, and added some cases that I felt were not
yet complete.)
(Philip, March 2022: This was originally Frank's PR tc39#3056. I did some
reformatting, removed duplicate tests, and combined with some existing
tests.)
const cal = new Temporal.Calendar("iso8601");

assert.deepEqual(
cal.mergeFields({ a: 1, b: 2, month: 7 }, { b: 3, c: 4 }),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

image

@rwaldron rwaldron merged commit cdcf2a3 into tc39:main Apr 4, 2022
@ptomato ptomato deleted the follow-up-3056-3060 branch April 4, 2022 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants