Skip to content

Commit b61cab7

Browse files
committed
Update sinol_static_tests description in example package
1 parent f484c04 commit b61cab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example_package/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ sinol_latex_compiler: auto
8282

8383
# You can specify which tests are static (handwritten). This allows sinol-make to differentiate between
8484
# old and handwritten tests. If this key is not present old tests won't be removed. The values can be
85-
# either a list of test names (e.g. `["__ID__0.in", "__ID__1.in"]`) or a glob pattern (e.g. `"__ID__*.in"`).
85+
# either a list of test names (e.g. `["__ID__0.in", "__ID__1.in"]`) or glob patterns
86+
# (e.g. [`"__ID__*.in"`, "__ID__2?.in"]).
8687
# This key is optional and should be a list of tests.
8788
sinol_static_tests: ["__ID__0.in", "__ID__0a.in"]
8889

0 commit comments

Comments
 (0)