Skip to content

Commit b78d487

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix links in test/common/README.md
PR-URL: #25172 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent c9f809e commit b78d487

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: test/common/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ See `common.expectWarning()` for usage.
271271
Indicates whether 'opensslCli' is supported.
272272

273273
### platformTimeout(ms)
274-
* `ms` [&lt;number>|&lt;bigint>]
275-
* return [&lt;number>|&lt;bigint>]
274+
* `ms` [&lt;number>] | [&lt;bigint>]
275+
* return [&lt;number>] | [&lt;bigint>]
276276

277277
Returns a timeout value based on detected conditions. For example, a debug build
278278
may need extra time so the returned value will be larger than on a release
@@ -793,11 +793,12 @@ See [the WPT tests README][] for details.
793793
[&lt;Function>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function
794794
[&lt;Object>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
795795
[&lt;RegExp>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
796+
[&lt;bigint>]: https://github.com/tc39/proposal-bigint
796797
[&lt;boolean>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type
797798
[&lt;number>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
798799
[&lt;string>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type
800+
[Web Platform Tests]: https://github.com/web-platform-tests/wpt
799801
[`hijackstdio.hijackStdErr()`]: #hijackstderrlistener
800802
[`hijackstdio.hijackStdOut()`]: #hijackstdoutlistener
801803
[internationalization]: https://github.com/nodejs/node/wiki/Intl
802-
[Web Platform Tests]: https://github.com/web-platform-tests/wpt
803804
[the WPT tests README]: ../wpt/README.md

0 commit comments

Comments
 (0)