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 15feacd commit ac0fba9Copy full SHA for ac0fba9
Makefile
@@ -21,7 +21,7 @@ test:
21
test/run.sh
22
23
js/test: js/vimlparser.js
24
- test/run_command.sh nodejs js/vimlparser.js
+ test/run_command.sh node js/vimlparser.js
25
26
py/test: py/vimlparser.py
27
test/run_command.sh python py/vimlparser.py
0 commit comments