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 68ef0d4 commit 502147dCopy full SHA for 502147d
HOWTO-port-an-exercise.md
@@ -28,7 +28,7 @@ Here's a step-by-step procedure to port the **_foo-bar_** exercise:
28
# enter the exercise directory
29
cd "exercises/practice/$exercise"
30
# delete the bash solution and metadata:
31
- rm ${exercise//-/_}.sh .meta/{test.toml,version,example.sh}
+ rm ${exercise//-/_}.sh .meta/{tests.toml,version,example.sh}
32
# rename the test file. Note the underscore changed: the AWK track uses kebab case.
33
mv ${exercise//-/_}.bats test-$exercise.bats
34
# edit `.meta/config.json`
0 commit comments