Skip to content

Conversation

@catamorphism
Copy link
Contributor

  • Add more tests for add/subtract/since/until
  • Add tests for inLeapYear, monthsInYear, daysInMonth properties
  • Add tests checking that leap months are disallowed
  • Add tests for wrapping at the end of the month in with

@catamorphism catamorphism requested review from a team as code owners November 29, 2025 23:43
Copy link
Contributor

@ptomato ptomato left a comment

Choose a reason for hiding this comment

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

Just the semicolons, feel free to merge after fixing those

Comment on lines 23 to 25
const date25401230 = Temporal.PlainDate.from({ year: 2540, monthCode: "M12", day: 30, calendar });
const date25401230 = Temporal.PlainDate.from({ year: 2540, monthCode: "M12", day: 30, calendar })
const date25550101 = Temporal.PlainDate.from({ year: 2555, monthCode: "M01", day: 1, calendar });;
const date25551007 = Temporal.PlainDate.from({ year: 2555, monthCode: "M10", day: 7, calendar });;
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like something got messed up with semicolons here

…ars-buddhist.js

* Add more tests for add/subtract/since/until
* Add tests for inLeapYear, monthsInYear, daysInMonth properties
* Add tests checking that leap months are disallowed
* Add tests for wrapping at the end of the month in with
@catamorphism catamorphism force-pushed the buddhist-calendar-from-staging branch from 68895a3 to 64ed424 Compare December 1, 2025 21:01
@catamorphism catamorphism enabled auto-merge (rebase) December 1, 2025 21:02
@ptomato ptomato disabled auto-merge December 1, 2025 21:57
@ptomato ptomato enabled auto-merge (squash) December 1, 2025 21:57
@ptomato ptomato merged commit f741f72 into tc39:main Dec 1, 2025
12 checks passed
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.

2 participants