From bbbf5757e454cd83c4c0d75de969a06a884674ad Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Sat, 4 May 2024 14:40:01 +0200 Subject: [PATCH] exercises(anagram): exclude 2 new test cases Exclude the new upstream tests [1]. Continue to allow non-unicode solutions to work. [1] https://github.com/exercism/problem-specifications/commit/524e2b3e186a --- exercises/practice/anagram/.meta/tests.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/exercises/practice/anagram/.meta/tests.toml b/exercises/practice/anagram/.meta/tests.toml index 4f43811d..8b680dac 100644 --- a/exercises/practice/anagram/.meta/tests.toml +++ b/exercises/practice/anagram/.meta/tests.toml @@ -78,3 +78,11 @@ include = false [33d3f67e-fbb9-49d3-a90e-0beb00861da7] description = "words other than themselves can be anagrams" reimplements = "a0705568-628c-4b55-9798-82e4acde51ca" + +[a6854f66-eec1-4afd-a137-62ef2870c051] +description = "handles case of greek letters" +include = false + +[fd3509e5-e3ba-409d-ac3d-a9ac84d13296] +description = "different characters may have the same bytes" +include = false