forked from exercism/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.toml
More file actions
52 lines (38 loc) · 1.82 KB
/
tests.toml
File metadata and controls
52 lines (38 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This is an auto-generated file.
#
# Regenerating this file via `configlet sync` will:
# - Recreate every `description` key/value pair
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion)
# - Preserve any other key/value pair
#
# As user-added comments (using the # character) will be removed when this file
# is regenerated, comments can be added via a `comment` key.
[a0e97d2d-669e-47c7-8134-518a1e2c4555]
description = "empty string"
[9a001b50-f194-4143-bc29-2af5ec1ef652]
description = "isogram with only lower case characters"
[8ddb0ca3-276e-4f8b-89da-d95d5bae78a4]
description = "word with one duplicated character"
[6450b333-cbc2-4b24-a723-0b459b34fe18]
description = "word with one duplicated character from the end of the alphabet"
[a15ff557-dd04-4764-99e7-02cc1a385863]
description = "longest reported english isogram"
[f1a7f6c7-a42f-4915-91d7-35b2ea11c92e]
description = "word with duplicated character in mixed case"
[14a4f3c1-3b47-4695-b645-53d328298942]
description = "word with duplicated character in mixed case, lowercase first"
[423b850c-7090-4a8a-b057-97f1cadd7c42]
description = "hypothetical isogrammic word with hyphen"
[93dbeaa0-3c5a-45c2-8b25-428b8eacd4f2]
description = "hypothetical word with duplicated character following hyphen"
[36b30e5c-173f-49c6-a515-93a3e825553f]
description = "isogram with duplicated hyphen"
[cdabafa0-c9f4-4c1f-b142-689c6ee17d93]
description = "made-up name that is an isogram"
[5fc61048-d74e-48fd-bc34-abfc21552d4d]
description = "duplicated character in the middle"
[310ac53d-8932-47bc-bbb4-b2b94f25a83e]
description = "same first and last characters"
[0d0b8644-0a1e-4a31-a432-2b3ee270d847]
description = "word with duplicated character and with two hyphens"