-
Notifications
You must be signed in to change notification settings - Fork 544
Expand file tree
/
Copy pathtests.toml
More file actions
57 lines (42 loc) · 1.74 KB
/
tests.toml
File metadata and controls
57 lines (42 loc) · 1.74 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
53
54
55
56
57
# 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.
[61559d5f-2cad-48fb-af53-d3973a9ee9ef]
description = "count one word"
[5abd53a3-1aed-43a4-a15a-29f88c09cbbd]
description = "count one of each word"
[2a3091e5-952e-4099-9fac-8f85d9655c0e]
description = "multiple occurrences of a word"
[e81877ae-d4da-4af4-931c-d923cd621ca6]
description = "handles cramped lists"
[7349f682-9707-47c0-a9af-be56e1e7ff30]
description = "handles expanded lists"
[a514a0f2-8589-4279-8892-887f76a14c82]
description = "ignore punctuation"
[d2e5cee6-d2ec-497b-bdc9-3ebe092ce55e]
description = "include numbers"
[dac6bc6a-21ae-4954-945d-d7f716392dbf]
description = "normalize case"
[4185a902-bdb0-4074-864c-f416e42a0f19]
description = "with apostrophes"
include = false
[4ff6c7d7-fcfc-43ef-b8e7-34ff1837a2d3]
description = "with apostrophes"
reimplements = "4185a902-bdb0-4074-864c-f416e42a0f19"
[be72af2b-8afe-4337-b151-b297202e4a7b]
description = "with quotations"
[8d6815fe-8a51-4a65-96f9-2fb3f6dc6ed6]
description = "substrings from the beginning"
[c5f4ef26-f3f7-4725-b314-855c04fb4c13]
description = "multiple spaces not detected as a word"
[50176e8a-fe8e-4f4c-b6b6-aa9cf8f20360]
description = "alternating word separators not detected as a word"
[6d00f1db-901c-4bec-9829-d20eb3044557]
description = "quotation for word with apostrophe"