File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ Your pull request should:
3333* To avoid line ending issues, set ` autocrlf = input ` and ` whitespace = cr-at-eol ` in your git configuration
3434
3535## Running the Tests
36- To run all tests, invoke the runtests target using jake:
36+
37+ To run all tests, invoke the ` runtests ` target using jake:
3738
3839``` Shell
3940jake runtests
@@ -59,7 +60,7 @@ jake runtests tests=2dArrays
5960
6061## Debugging the tests
6162
62- To debug the tests, invoke the runtests-browser using jake.
63+ To debug the tests, invoke the ` runtests-browser ` task from jake.
6364You will probably only want to debug one test at a time:
6465
6566``` Shell
@@ -80,7 +81,7 @@ jake runtests tests=2dArrays debug=true
8081
8182## Adding a Test
8283
83- 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.
84+ To add a new test case , simply place a ` .ts ` file in ` tests\cases\compiler ` containing code that exemplifies the bugfix or change you are making.
8485
8586These files support metadata tags in the format ` // @metaDataName: value ` . The supported names and values are:
8687
You can’t perform that action at this time.
0 commit comments