From 72d6ec0667a78e67c9c06c594ab34c262a117a68 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Sun, 18 Oct 2015 07:39:17 -0700 Subject: [PATCH] Add missing newline after runtests/debug --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53860e44df4..51b232712e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.