Skip to content

Commit 623a57a

Browse files
mariohuqErikSchierboom
authored andcommitted
Update exercises/word-search/canonical-data.json
Agreed. Co-authored-by: Erik Schierboom <[email protected]>
1 parent 9513455 commit 623a57a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

exercises/word-search/canonical-data.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,23 +1005,6 @@
10051005
{
10061006
"uuid": "fda5b937-6774-4a52-8f89-f64ed833b175",
10071007
"description": "Should fail to locate words that are not on horizontal, vertical, or diagonal lines",
1008-
"comments": [
1009-
"This test case filters out solutions,",
1010-
"those are give false positive results,",
1011-
"that are likely to achieve by considering linear paths other than horizontal, vertical or diagonal, e.g.",
1012-
"",
1013-
"```",
1014-
"[a][ ][ ]",
1015-
"[ ][e][f]",
1016-
"```",
1017-
"",
1018-
"or",
1019-
"",
1020-
"```",
1021-
"[a][b][ ]",
1022-
"[ ][ ][f]",
1023-
"```"
1024-
],
10251008
"property": "search",
10261009
"input": {
10271010
"grid": [

0 commit comments

Comments
 (0)