Skip to content

Commit a17acae

Browse files
authored
Sync tests for practice exercise knapsack (#2661)
1 parent 7e196b1 commit a17acae

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

exercises/practice/knapsack/.meta/tests.toml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
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
[a4d7d2f0-ad8a-460c-86f3-88ba709d41a7]
613
description = "no items"
14+
include = false
15+
16+
[3993a824-c20e-493d-b3c9-ee8a7753ee59]
17+
description = "no items"
18+
reimplements = "a4d7d2f0-ad8a-460c-86f3-88ba709d41a7"
719

820
[1d39e98c-6249-4a8b-912f-87cb12e506b0]
921
description = "one item, too heavy"

0 commit comments

Comments
 (0)