-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Correct lengths of Chinese lunisolar calendar months 8 and 9 in 2057. #107038
Conversation
@elyoh thanks a lot for helping with this issue. Could you please add a small test case validating the value we are fixing? just to ensure moving forward we'll not regress the cases we are fixing. Let me know if you need any help guiding adding such test. |
@elyoh did you have chance to address my comment #107038 (comment)? |
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 @elyoh!
I think I have added a suitable test for this. |
...s/System.Globalization.Calendars.Tests/System/Globalization/ChineseLunisolarCalendarTests.cs
Outdated
Show resolved
Hide resolved
Local testing undertaken.
Thanks @elyoh for your help with this issue! |
…dotnet#107038) * Correct lengths on lunar months 8 and 9 in 2057. Fixes dotnet#107032 * Add test. * Correct comment. * Addresses PR feedback. Local testing undertaken. --------- Co-authored-by: Tarek Mahmoud Sayed <[email protected]>
Fixes #107032