Skip to content

Commit 72d6ec0

Browse files
committed
Add missing newline after runtests/debug
1 parent 1c4a116 commit 72d6ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ You can debug with VS Code or Node instead with `jake runtests debug=true`:
7373
```Shell
7474
jake runtests tests=2dArrays debug=true
7575
```
76+
7677
## Adding a Test
7778
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.
7879

0 commit comments

Comments
 (0)