From f0a9485f7ad28d75e55c4b901cfd3675861f2999 Mon Sep 17 00:00:00 2001 From: Anastasios Chatzialexiou <16361161+tasxatzial@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:39:14 +0200 Subject: [PATCH] indicate why tests were excluded --- exercises/practice/atbash-cipher/.meta/tests.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/practice/atbash-cipher/.meta/tests.toml b/exercises/practice/atbash-cipher/.meta/tests.toml index f41b171e7..6a96bc391 100644 --- a/exercises/practice/atbash-cipher/.meta/tests.toml +++ b/exercises/practice/atbash-cipher/.meta/tests.toml @@ -48,7 +48,9 @@ description = "decode -> decode all the letters" [39640287-30c6-4c8c-9bac-9d613d1a5674] description = "decode -> decode with too many spaces" include = false +comment = "not a valid encoded text" [b34edf13-34c0-49b5-aa21-0768928000d5] description = "decode -> decode with no spaces" include = false +comment = "not a valid encoded text"