You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is seems to me that "γβα" should not be considered a valid anagram of "ΑΒΓ".
Also, this test failed when ruby generator was implemented exercism/ruby#464.
https://github.com/exercism/x-common/blob/master/exercises/anagram/canonical-data.json#L106
Is this really a valid anagram?
Is seems to me that
"γβα"should not be considered a valid anagram of"ΑΒΓ".Also, this test failed when ruby generator was implemented exercism/ruby#464.
Thanks!