Skip to content

Commit 46261aa

Browse files
committed
Add test for over-counting horizontal neighbors in Flower Field
1 parent d281afd commit 46261aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

exercises/flower-field/canonical-data.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,15 @@
196196
"1*22*2",
197197
"111111"
198198
]
199+
},
200+
{
201+
"uuid": "6e4ac13a-3e43-4728-a2e3-3551d4b1a996",
202+
"description": "over-counting horizontal neighbors",
203+
"property": "annotate",
204+
"input": {
205+
"garden": [" ** "]
206+
},
207+
"expected": ["1**1"]
199208
}
200209
]
201210
}

0 commit comments

Comments
 (0)