Skip to content

Commit b461853

Browse files
authored
Update gigasecond tests (#580)
1 parent d8fdd93 commit b461853

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

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

Lines changed: 14 additions & 3 deletions
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"
@@ -16,3 +23,7 @@ description = "full time specified"
1623

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

0 commit comments

Comments
 (0)