Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix broken runnableExamples for getWeeksInIsoYear (nim-lang#20193)
Based on what I understand from [Wikipedia](https://en.wikipedia.org/wiki/ISO_week_date#Weeks_per_year), 2001 does not have 53 weeks, but 2004, 2009, 2015, 2020 do. The years 2000 and 2001 seem to be copy pasted from the `getDaysInYear` example above. The result of `getWeeksInIsoYear` also seem to match up with Wikipedia. That means these runnableExamples were never tested. Why is this the case? I only discovered this in nim-lang#20091.
- Loading branch information