Add missing newline after runtests/debug

This commit is contained in:
Nathan Shively-Sanders
2015-10-18 07:39:17 -07:00
parent 1c4a1169f2
commit 72d6ec0667

View File

@@ -73,6 +73,7 @@ You can debug with VS Code or Node instead with `jake runtests debug=true`:
```Shell
jake runtests tests=2dArrays debug=true
```
## Adding a Test
To add a new testcase, simply place a `.ts` file in `tests\cases\compiler` containing code that exemplifies the bugfix or change you are making.