Skip to content

Commit 8040810

Browse files
committed
remove trailing whitespace
1 parent d616a63 commit 8040810

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ the API where possible, to make it easier to digest.
109109
Tests are simply exported from a module, but they are still run in the order
110110
they are defined.
111111

112-
__Note:__ Users of old nodeunit versions may remember using `ok`, `equals` and
113-
`same` in the style of qunit, instead of the assert functions above. These
114-
functions still exist for backwards compatibility, and are simply aliases to
112+
__Note:__ Users of old nodeunit versions may remember using `ok`, `equals` and
113+
`same` in the style of qunit, instead of the assert functions above. These
114+
functions still exist for backwards compatibility, and are simply aliases to
115115
their assert module counterparts.
116116

117117

@@ -412,7 +412,7 @@ context when setting up the sandbox.
412412
var box_globals = {
413413
// Passing module.exports into the sandbox will give your code access to it.
414414
module: {exports: exports},
415-
// Passing require into the sandbox will give your code access to use it AND
415+
// Passing require into the sandbox will give your code access to use it AND
416416
// will share the cache with modules already required from outside the sandbox.
417417
require: require,
418418
// Passing console into the sandbox will give your code access to it
@@ -440,7 +440,7 @@ to v0.2.1 fixes this.
440440
__machineout__ reporter
441441
----------------------------------------------
442442

443-
The default reporter is readable for human but not for machine analysis.
443+
The default reporter is readable for human but not for machine analysis.
444444
When you want to analyze the output of nodeunit, use __machineout__ reporter and you will get
445445

446446
<img src="https://github.com/caolan/nodeunit/raw/master/img/example_machineout.png" />
@@ -454,7 +454,7 @@ nodeunit with VIM.
454454
That compiler uses __machineout__ reporter and it is useful to use
455455
with [vim-makegreen](https://github.com/reinh/vim-makegreen).
456456

457-
457+
458458

459459
Contributing
460460
------------

doc/nodeunit.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@ Nodeunit is a simple unit testing tool based on the node.js assert module.
1717

1818
## OPTIONS
1919

20-
__--config FILE__:
20+
__--config FILE__:
2121
Load config options from a JSON file, allows the customisation
2222
of color schemes for the default test reporter etc.
2323
See bin/nodeunit.json for current available options.
2424

25-
__--reporter FILE__:
25+
__--reporter FILE__:
2626
You can set the test reporter to a custom module or on of the modules
2727
in nodeunit/lib/reporters, when omitted, the default test runner is used.
2828

29-
__--list-reporters__:
29+
__--list-reporters__:
3030
List available build-in reporters.
3131

3232
__-h__, __--help__:
3333
Display the help and exit.
3434

35-
__-v__, __--version__:
35+
__-v__, __--version__:
3636
Output version information and exit.
3737

3838
__<file-or-directory>__:
39-
You can run nodeunit on specific files or on all *\*.js* files inside
39+
You can run nodeunit on specific files or on all *\*.js* files inside
4040
a directory.
4141

4242
## AUTHORS
4343

44-
Written by Caolan McMahon and other nodeunit contributors.
44+
Written by Caolan McMahon and other nodeunit contributors.
4545
Contributors list: <http://github.com/caolan/nodeunit/contributors>.
4646

4747
## REPORTING BUGS
@@ -50,8 +50,8 @@ Report nodeunit bugs to <http://github.com/caolan/nodeunit/issues>.
5050

5151
## COPYRIGHT
5252

53-
Copyright © 2010 Caolan McMahon.
54-
Nodeunit has been released under the MIT license:
53+
Copyright © 2010 Caolan McMahon.
54+
Nodeunit has been released under the MIT license:
5555
<http://github.com/caolan/nodeunit/raw/master/LICENSE>.
5656

5757
## SEE ALSO

0 commit comments

Comments
 (0)