Skip to content

Commit 0492f69

Browse files
authored
Update reverse-string tests (#582)
1 parent 89b5589 commit 0492f69

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

exercises/practice/reverse-string/.meta/tests.toml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# This is an auto-generated file. Regular comments will be removed when this
2-
# file is regenerated. Regenerating will not touch any manually added keys,
3-
# so comments can be added in a "comment" key.
1+
# This is an auto-generated file.
2+
#
3+
# Regenerating this file via `configlet sync` will:
4+
# - Recreate every `description` key/value pair
5+
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications
6+
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion)
7+
# - Preserve any other key/value pair
8+
#
9+
# As user-added comments (using the # character) will be removed when this file
10+
# is regenerated, comments can be added via a `comment` key.
411

512
[c3b7d806-dced-49ee-8543-933fd1719b1c]
613
description = "an empty string"
@@ -19,3 +26,15 @@ description = "a palindrome"
1926

2027
[b9e7dec1-c6df-40bd-9fa3-cd7ded010c4c]
2128
description = "an even-sized word"
29+
30+
[1bed0f8a-13b0-4bd3-9d59-3d0593326fa2]
31+
description = "wide characters"
32+
include = false
33+
34+
[93d7e1b8-f60f-4f3c-9559-4056e10d2ead]
35+
description = "grapheme cluster with pre-combined form"
36+
include = false
37+
38+
[1028b2c1-6763-4459-8540-2da47ca512d9]
39+
description = "grapheme clusters"
40+
include = false

0 commit comments

Comments
 (0)