Skip to content

Commit 04a181e

Browse files
author
Guntbert Reiter
committed
Introduce "common year" (from wikipedia)
1 parent cf072a7 commit 04a181e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/leap/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cases": [
33
{
4-
"description": "year not divisible by 4: not a leap year",
4+
"description": "year not divisible by 4: common year",
55
"input": 2015,
66
"expected": false
77
},
@@ -11,7 +11,7 @@
1111
"expected": true
1212
},
1313
{
14-
"description": "year divisible by 100, not divisible by 400: not a leap year",
14+
"description": "year divisible by 100, not divisible by 400: common year",
1515
"input": 2100,
1616
"expected": false
1717
},

0 commit comments

Comments
 (0)