Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions exercises/anagram/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "anagram",
"version": "1.0.0",
"version": "1.0.1",
"comments": [
"The string argument cases possible matches are passed in as",
"individual arguments rather than arrays. Languages can include",
Expand Down Expand Up @@ -30,7 +30,7 @@
"expected": []
},
{
"description": "detects multiple anagrams",
"description": "detects two anagrams",
"property": "anagrams",
"subject": "master",
"candidates": ["stream", "pigeon", "maters"],
Expand All @@ -51,7 +51,7 @@
"expected": ["inlets"]
},
{
"description": "detects multiple anagrams",
"description": "detects three anagrams",
"property": "anagrams",
"subject": "allergy",
"candidates": [ "gallery",
Expand Down