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
66 lines (48 loc) · 2.15 KB
/
tests.toml
File metadata and controls
66 lines (48 loc) · 2.15 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
58
59
60
61
62
63
64
65
66
# 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.
[e75c8103-a6b8-45d9-84ad-e68520545f6e]
description = "parses normal text as a paragraph"
[69a4165d-9bf8-4dd7-bfdc-536eaca80a6a]
description = "parsing italics"
[ec345a1d-db20-4569-a81a-172fe0cad8a1]
description = "parsing bold text"
[51164ed4-5641-4909-8fab-fbaa9d37d5a8]
description = "mixed normal, italics and bold text"
[ad85f60d-0edd-4c6a-a9b1-73e1c4790d15]
description = "with h1 header level"
[d0f7a31f-6935-44ac-8a9a-1e8ab16af77f]
description = "with h2 header level"
[9df3f500-0622-4696-81a7-d5babd9b5f49]
description = "with h3 header level"
[50862777-a5e8-42e9-a3b8-4ba6fcd0ed03]
description = "with h4 header level"
[ee1c23ac-4c86-4f2a-8b9c-403548d4ab82]
description = "with h5 header level"
[13b5f410-33f5-44f0-a6a7-cfd4ab74b5d5]
description = "with h6 header level"
[6dca5d10-5c22-4e2a-ac2b-bd6f21e61939]
description = "with h7 header level"
include = false
[81c0c4db-435e-4d77-860d-45afacdad810]
description = "h7 header level is a paragraph"
reimplements = "6dca5d10-5c22-4e2a-ac2b-bd6f21e61939"
[25288a2b-8edc-45db-84cf-0b6c6ee034d6]
description = "unordered lists"
[7bf92413-df8f-4de8-9184-b724f363c3da]
description = "With a little bit of everything"
[0b3ed1ec-3991-4b8b-8518-5cb73d4a64fe]
description = "with markdown symbols in the header text that should not be interpreted"
[113a2e58-78de-4efa-90e9-20972224d759]
description = "with markdown symbols in the list item text that should not be interpreted"
[e65e46e2-17b7-4216-b3ac-f44a1b9bcdb4]
description = "with markdown symbols in the paragraph text that should not be interpreted"
[f0bbbbde-0f52-4c0c-99ec-be4c60126dd4]
description = "unordered lists close properly with preceding and following lines"