Skip to content

Commit 7365286

Browse files
committed
Merge pull request #128 from exercism/word-count-normalization
word-count: tweak normalization test case
2 parents f486620 + 2a88ba1 commit 7365286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

word-count.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
{
2929
"description": "normalize case",
30-
"input": "go Go GO",
31-
"expected": { "go" : 3 }
30+
"input": "go Go GO Stop stop",
31+
"expected": { "go" : 3, "stop" : 2 }
3232
}
3333
]
34-
}
34+
}

0 commit comments

Comments
 (0)