We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f484c04 commit b61cab7Copy full SHA for b61cab7
example_package/config.yml
@@ -82,7 +82,8 @@ sinol_latex_compiler: auto
82
83
# You can specify which tests are static (handwritten). This allows sinol-make to differentiate between
84
# 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"`).
+# 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"]).
87
# This key is optional and should be a list of tests.
88
sinol_static_tests: ["__ID__0.in", "__ID__0a.in"]
89
0 commit comments