Skip to content

Commit 3fb0ce5

Browse files
committed
sync tests
1 parent ad48c95 commit 3fb0ce5

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

exercises/practice/gigasecond/.meta/tests.toml

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# This is an auto-generated file. Regular comments will be removed when this
2-
# file is regenerated. Regenerating will not touch any manually added keys,
3-
# so comments can be added in a "comment" key.
1+
# This is an auto-generated file.
2+
#
3+
# Regenerating this file via `configlet sync` will:
4+
# - Recreate every `description` key/value pair
5+
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications
6+
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion)
7+
# - Preserve any other key/value pair
8+
#
9+
# As user-added comments (using the # character) will be removed when this file
10+
# is regenerated, comments can be added via a `comment` key.
411

512
[92fbe71c-ea52-4fac-bd77-be38023cacf7]
613
description = "date only specification of time"
@@ -13,6 +20,11 @@ description = "third test for date only specification of time"
1320

1421
[c9d89a7d-06f8-4e28-a305-64f1b2abc693]
1522
description = "full time specified"
23+
include = false
1624

1725
[09d4e30e-728a-4b52-9005-be44a58d9eba]
1826
description = "full time with day roll-over"
27+
include = false
28+
29+
[fcec307c-7529-49ab-b0fe-20309197618a]
30+
description = "does not mutate the input"

0 commit comments

Comments
 (0)