From 628f27dac01d3ab1379168fd47856ff78cd55375 Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Tue, 7 May 2024 20:39:43 +0200 Subject: [PATCH] exercises(reverse-string): exclude three unicode tests (#403) Exclude the new upstream tests [1]. For now, continue to not require solutions for this exercise to support unicode. [1] https://github.com/exercism/problem-specifications/commit/94cae6e938be --- exercises/practice/reverse-string/.meta/tests.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/exercises/practice/reverse-string/.meta/tests.toml b/exercises/practice/reverse-string/.meta/tests.toml index 0b04c4cd..52fda995 100644 --- a/exercises/practice/reverse-string/.meta/tests.toml +++ b/exercises/practice/reverse-string/.meta/tests.toml @@ -26,3 +26,15 @@ description = "a palindrome" [b9e7dec1-c6df-40bd-9fa3-cd7ded010c4c] description = "an even-sized word" + +[1bed0f8a-13b0-4bd3-9d59-3d0593326fa2] +description = "wide characters" +include = false + +[93d7e1b8-f60f-4f3c-9559-4056e10d2ead] +description = "grapheme cluster with pre-combined form" +include = false + +[1028b2c1-6763-4459-8540-2da47ca512d9] +description = "grapheme clusters" +include = false