You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an Islamic calendar system, this would fail:
LocalDate date = new LocalDate(1, 3, 1, calendar);
Assert.AreEqual(1, date.Day);
Basically the whole thing was bust, and I'm amazed that it passed any tests at
all.
SetYear was broken, too.
These have all been fixed in revision 0fdb944f252b and revision 53b37f241c2c;
this bug is mostly for version history purposes.
Original issue reported on code.google.com by jonathan.skeet on 11 Jun 2013 at 8:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jonathan.skeet
on 11 Jun 2013 at 8:05The text was updated successfully, but these errors were encountered: