Skip to content

Commit

Permalink
sync tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Nov 2, 2024
1 parent ad48c95 commit 3fb0ce5
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions exercises/practice/gigasecond/.meta/tests.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# 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.
# 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.

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

[c9d89a7d-06f8-4e28-a305-64f1b2abc693]
description = "full time specified"
include = false

[09d4e30e-728a-4b52-9005-be44a58d9eba]
description = "full time with day roll-over"
include = false

[fcec307c-7529-49ab-b0fe-20309197618a]
description = "does not mutate the input"

0 comments on commit 3fb0ce5

Please sign in to comment.