forked from exercism/php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.toml
More file actions
46 lines (34 loc) · 1.52 KB
/
Copy pathtests.toml
File metadata and controls
46 lines (34 loc) · 1.52 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
# 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.
[67e9fab1-07c1-49cf-9159-bc8671cc7c9c]
description = "just the header if no input"
[1b4a8aef-0734-4007-80a2-0626178c88f4]
description = "a win is three points, a loss is zero points"
[5f45ac09-4efe-46e7-8ddb-75ad85f86e05]
description = "a win can also be expressed as a loss"
[fd297368-efa0-442d-9f37-dd3f9a437239]
description = "a different team can win"
[26c016f9-e753-4a93-94e9-842f7b4d70fc]
description = "a draw is one point each"
[731204f6-4f34-4928-97eb-1c307ba83e62]
description = "There can be more than one match"
[49dc2463-42af-4ea6-95dc-f06cc5776adf]
description = "There can be more than one winner"
[6d930f33-435c-4e6f-9e2d-63fa85ce7dc7]
description = "There can be more than two teams"
[97022974-0c8a-4a50-8fe7-e36bdd8a5945]
description = "typical input"
[fe562f0d-ac0a-4c62-b9c9-44ee3236392b]
description = "incomplete competition (not all pairs have played)"
[3aa0386f-150b-4f99-90bb-5195e7b7d3b8]
description = "ties broken alphabetically"
[f9e20931-8a65-442a-81f6-503c0205b17a]
description = "ensure points sorted numerically"