File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
exercises/practice/knapsack Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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.
4
11
5
12
[a4d7d2f0-ad8a-460c-86f3-88ba709d41a7 ]
6
13
description = " no items"
14
+ include = false
15
+
16
+ [3993a824-c20e-493d-b3c9-ee8a7753ee59 ]
17
+ description = " no items"
18
+ reimplements = " a4d7d2f0-ad8a-460c-86f3-88ba709d41a7"
7
19
8
20
[1d39e98c-6249-4a8b-912f-87cb12e506b0 ]
9
21
description = " one item, too heavy"
Original file line number Diff line number Diff line change 1
1
# These tests are auto-generated with test data from:
2
2
# https://github.com/exercism/problem-specifications/tree/main/exercises/knapsack/canonical-data.json
3
- # File last updated on 2023-07-19
3
+ # File last updated on 2023-12-27
4
4
5
5
import unittest
6
6
You can’t perform that action at this time.
0 commit comments