Skip to content

Commit

Permalink
exercises(anagram): exclude two unicode tests (#401)
Browse files Browse the repository at this point in the history
Exclude the new upstream tests [1]. For now, continue to not require
solutions to support unicode.

[1] exercism/problem-specifications@524e2b3e186a
  • Loading branch information
ee7 authored May 7, 2024
1 parent 1da7e4e commit c9e05bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exercises/practice/anagram/.meta/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9e05bc

Please sign in to comment.