88- if you just want to verify that your Javascript has no syntax errors,
99 use the [ validateJavascript] ( validate_javascript.md ) action instead
1010
11- <a textrun =" runMarkdownInTextrun " >
11+ <a textrun =" run-markdown-in-textrun " >
1212``` markdown
13- <a textrun =" runConsoleCommand " >
13+ <a textrun =" run-console-command " >
1414```
1515$ echo "hello world"
1616```
@@ -21,7 +21,7 @@ $ echo "hello world"
2121You can enter text into the running command by providing an HTML table
2222with the content to enter.
2323Assuming we have a little application called
24- <a textrun =" createFile " >
24+ <a textrun =" create-file " >
2525__ greeter.js__
2626``` js
2727const readline = require (' readline' );
@@ -36,9 +36,9 @@ rl.question('Your name?', (name) => {
3636```
3737</a >
3838
39- <a textrun =" runMarkdownInTextrun " >
39+ <a textrun =" run-markdown-in-textrun " >
4040``` markdown
41- <a textrun =" runConsoleCommand " >
41+ <a textrun =" run-console-command " >
4242```
4343$ node greeter.js
4444```
@@ -61,9 +61,9 @@ and the last one text to enter once the output from the first column has appeare
6161Middle columns are ignored.
6262` <th> ` elements are considered descriptions and are also ignored.
6363
64- <a textrun =" runMarkdownInTextrun " >
64+ <a textrun =" run-markdown-in-textrun " >
6565``` markdown
66- <a textrun =" runConsoleCommand " >
66+ <a textrun =" run-console-command " >
6767```
6868$ node greeter.js
6969```
@@ -102,7 +102,7 @@ If you want to call a command provided by your code base,
102102you have to tell TextRunner the path to it.
103103As an example, if your code provides an executable called ` tool ` ,
104104and it is stored as ` public/tool ` in your source code,
105- <a textrun =" verifySourceFileContent " >
105+ <a textrun =" verify-source-file-content " >
106106your __ text-run.yml__ needs to contains this section:
107107
108108```
0 commit comments