Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions exercises/flower-field/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@
"1*22*2",
"111111"
]
},
{
"uuid": "6e4ac13a-3e43-4728-a2e3-3551d4b1a996",
"description": "over-counting horizontal neighbors",
"property": "annotate",
"input": {
"garden": [" ** "]
},
"expected": ["1**1"]
}
]
}
Loading