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
14 changes: 0 additions & 14 deletions exercises/anagram/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,6 @@
"candidates": ["patter"],
"expected": []
},
{
"description": "detects unicode anagrams",
"comment": "These words don't make sense, they're just greek letters cobbled together.",
"subject": "ΑΒΓ",
"candidates": ["ΒΓΑ", "ΒΓΔ", "γβα"],
"expected": ["ΒΓΑ", "γβα"]
},
{
"description": "eliminates misleading unicode anagrams",
"comment": "Despite what a human might think these words different letters, the candidates uses Greek A and B while the list of potential anagrams uses Latin A and B.",
"subject": "ΑΒΓ",
"candidates": ["ABΓ"],
"expected": []
},
{
"description": "capital word is not own anagram",
"subject": "BANANA",
Expand Down