mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-01 11:06:05 +00:00
This matches the text of the spec, and is more correct since the variable is being updated, not defined it. See: https://github.com/tc39/proposal-temporal/commit/5ab1822 --- I also changed `test_year += 1` to `test_year++` for consistency with step 11.c that has the same description.