We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd2bcd commit 196cc8eCopy full SHA for 196cc8e
exercises/practice/anagram/anagram-test.rkt
@@ -41,7 +41,7 @@
41
"leading"))
42
string<?)
43
44
- '("gallery" "regally" "largely"))
+ '("gallery" "largely" "regally"))
45
46
(test-equal? "detects multiple anagrams with different case"
47
(sort (anagrams-for "nose"
0 commit comments