File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ You can add support for your language by adding an entry to that [configuration
10
10
11
11
### Test command placeholders
12
12
13
- There are two placeholders that can be used in the track-specific command:
13
+ There are three placeholders that can be used in the track-specific command:
14
14
15
15
- ` {{test_files}} ` : a space-separated list of the test files (as found in the ` .files.test ` key in the exercise's ` .meta/config.json ` file)
16
16
- ` {{solution_files}} ` : a space-separated list of the solution files (as found in the ` .files.solution ` key in the exercise's ` .meta/config.json ` file)
17
+ - ` {{slug}} ` : the exercise slug (as found in the exercise's ` slug ` key in the tracks's root ` config.json ` file)
17
18
18
19
Here is an [ example pull request] [ example-pr ] that adds support for the Arturo language.
19
20
You can’t perform that action at this time.
0 commit comments