@@ -92,7 +92,7 @@ The test checks functionality in the `http` module.
92
92
Most tests use the ` assert ` module to confirm expectations of the test.
93
93
94
94
The require statements are sorted in
95
- [ ASCII] ( http://man7.org/linux/man-pages/man7/ascii.7.html ) order (digits, upper
95
+ [ ASCII] [ ] order (digits, upper
96
96
case, ` _ ` , lower case).
97
97
98
98
### ** Lines 10-21**
@@ -252,9 +252,9 @@ assert.throws(
252
252
For performance considerations, we only use a selected subset of ES.Next
253
253
features in JavaScript code in the ` lib ` directory. However, when writing
254
254
tests, for the ease of backporting, it is encouraged to use those ES.Next
255
- features that can be used directly without a flag in [ all maintained branches ]
256
- ( https://github.com/nodejs/lts ). [ node.green] ( http://node.green/ ) lists
257
- available features in each release.
255
+ features that can be used directly without a flag in
256
+ [ all maintained branches ] [ ] . [ node.green] [ ] lists available features
257
+ in each release.
258
258
259
259
For example:
260
260
@@ -279,8 +279,7 @@ functions worked correctly with the `beforeExit` event, then it might be named
279
279
### Web Platform Tests
280
280
281
281
Some of the tests for the WHATWG URL implementation (named
282
- ` test-whatwg-url-*.js ` ) are imported from the
283
- [ Web Platform Tests Project] ( https://github.com/w3c/web-platform-tests/tree/master/url ) .
282
+ ` test-whatwg-url-*.js ` ) are imported from the [ Web Platform Tests Project] [ ] .
284
283
These imported tests will be wrapped like this:
285
284
286
285
``` js
0 commit comments