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
159 lines (107 loc) · 4.57 KB
/
tests.toml
File metadata and controls
159 lines (107 loc) · 4.57 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# This is an auto-generated file. Regular comments will be removed when this
# file is regenerated. Regenerating will not touch any manually added keys,
# so comments can be added in a "comment" key.
[a577bacc-106b-496e-9792-b3083ea8705e]
description = "on the hour"
[b5d0c360-3b88-489b-8e84-68a1c7a4fa23]
description = "past the hour"
[473223f4-65f3-46ff-a9f7-7663c7e59440]
description = "midnight is zero hours"
[ca95d24a-5924-447d-9a96-b91c8334725c]
description = "hour rolls over"
[f3826de0-0925-4d69-8ac8-89aea7e52b78]
description = "hour rolls over continuously"
[a02f7edf-dfd4-4b11-b21a-86de3cc6a95c]
description = "sixty minutes is next hour"
[8f520df6-b816-444d-b90f-8a477789beb5]
description = "minutes roll over"
[c75c091b-47ac-4655-8d40-643767fc4eed]
description = "minutes roll over continuously"
[06343ecb-cf39-419d-a3f5-dcbae0cc4c57]
description = "hour and minutes roll over"
[be60810e-f5d9-4b58-9351-a9d1e90e660c]
description = "hour and minutes roll over continuously"
[1689107b-0b5c-4bea-aad3-65ec9859368a]
description = "hour and minutes roll over to exactly midnight"
[d3088ee8-91b7-4446-9e9d-5e2ad6219d91]
description = "negative hour"
[77ef6921-f120-4d29-bade-80d54aa43b54]
description = "negative hour rolls over"
[359294b5-972f-4546-bb9a-a85559065234]
description = "negative hour rolls over continuously"
[509db8b7-ac19-47cc-bd3a-a9d2f30b03c0]
description = "negative minutes"
[5d6bb225-130f-4084-84fd-9e0df8996f2a]
description = "negative minutes roll over"
[d483ceef-b520-4f0c-b94a-8d2d58cf0484]
description = "negative minutes roll over continuously"
[1cd19447-19c6-44bf-9d04-9f8305ccb9ea]
description = "negative sixty minutes is previous hour"
[9d3053aa-4f47-4afc-bd45-d67a72cef4dc]
description = "negative hour and minutes both roll over"
[51d41fcf-491e-4ca0-9cae-2aa4f0163ad4]
description = "negative hour and minutes both roll over continuously"
[d098e723-ad29-4ef9-997a-2693c4c9d89a]
description = "add minutes"
[b6ec8f38-e53e-4b22-92a7-60dab1f485f4]
description = "add no minutes"
[efd349dd-0785-453e-9ff8-d7452a8e7269]
description = "add to next hour"
[749890f7-aba9-4702-acce-87becf4ef9fe]
description = "add more than one hour"
[da63e4c1-1584-46e3-8d18-c9dc802c1713]
description = "add more than two hours with carry"
[be167a32-3d33-4cec-a8bc-accd47ddbb71]
description = "add across midnight"
[6672541e-cdae-46e4-8be7-a820cc3be2a8]
description = "add more than one day (1500 min = 25 hrs)"
[1918050d-c79b-4cb7-b707-b607e2745c7e]
description = "add more than two days"
[37336cac-5ede-43a5-9026-d426cbe40354]
description = "subtract minutes"
[0aafa4d0-3b5f-4b12-b3af-e3a9e09c047b]
description = "subtract to previous hour"
[9b4e809c-612f-4b15-aae0-1df0acb801b9]
description = "subtract more than an hour"
[8b04bb6a-3d33-4e6c-8de9-f5de6d2c70d6]
description = "subtract across midnight"
[07c3bbf7-ce4d-4658-86e8-4a77b7a5ccd9]
description = "subtract more than two hours"
[90ac8a1b-761c-4342-9c9c-cdc3ed5db097]
description = "subtract more than two hours with borrow"
[2149f985-7136-44ad-9b29-ec023a97a2b7]
description = "subtract more than one day (1500 min = 25 hrs)"
[ba11dbf0-ac27-4acb-ada9-3b853ec08c97]
description = "subtract more than two days"
[f2fdad51-499f-4c9b-a791-b28c9282e311]
description = "clocks with same time"
[5d409d4b-f862-4960-901e-ec430160b768]
description = "clocks a minute apart"
[a6045fcf-2b52-4a47-8bb2-ef10a064cba5]
description = "clocks an hour apart"
[66b12758-0be5-448b-a13c-6a44bce83527]
description = "clocks with hour overflow"
[2b19960c-212e-4a71-9aac-c581592f8111]
description = "clocks with hour overflow by several days"
[6f8c6541-afac-4a92-b0c2-b10d4e50269f]
description = "clocks with negative hour"
[bb9d5a68-e324-4bf5-a75e-0e9b1f97a90d]
description = "clocks with negative hour that wraps"
[56c0326d-565b-4d19-a26f-63b3205778b7]
description = "clocks with negative hour that wraps multiple times"
[c90b9de8-ddff-4ffe-9858-da44a40fdbc2]
description = "clocks with minute overflow"
[533a3dc5-59a7-491b-b728-a7a34fe325de]
description = "clocks with minute overflow by several days"
[fff49e15-f7b7-4692-a204-0f6052d62636]
description = "clocks with negative minute"
[605c65bb-21bd-43eb-8f04-878edf508366]
description = "clocks with negative minute that wraps"
[b87e64ed-212a-4335-91fd-56da8421d077]
description = "clocks with negative minute that wraps multiple times"
[822fbf26-1f3b-4b13-b9bf-c914816b53dd]
description = "clocks with negative hours and minutes"
[e787bccd-cf58-4a1d-841c-ff80eaaccfaa]
description = "clocks with negative hours and minutes that wrap"
[96969ca8-875a-48a1-86ae-257a528c44f5]
description = "full clock and zeroed clock"