summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-12-21 22:09:04 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-12-24 10:49:43 +0100
commit5570df407aae1e329955b1093e0e5b8bde270213 (patch)
treeed74f6a4db6aa228ac66421bac72c5832c731eb0 /test
parent71bc7e1ce6881b4e6fe50459cc9866d47f96e4a4 (diff)
downloadandroid-node-v8-5570df407aae1e329955b1093e0e5b8bde270213.tar.gz
android-node-v8-5570df407aae1e329955b1093e0e5b8bde270213.tar.bz2
android-node-v8-5570df407aae1e329955b1093e0e5b8bde270213.zip
doc: fix links in test/common/README.md
PR-URL: https://github.com/nodejs/node/pull/25172 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'test')
-rw-r--r--test/common/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/common/README.md b/test/common/README.md
index 356c8531ec..121bb20bb1 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -271,8 +271,8 @@ See `common.expectWarning()` for usage.
Indicates whether 'opensslCli' is supported.
### platformTimeout(ms)
-* `ms` [&lt;number>|&lt;bigint>]
-* return [&lt;number>|&lt;bigint>]
+* `ms` [&lt;number>] | [&lt;bigint>]
+* return [&lt;number>] | [&lt;bigint>]
Returns a timeout value based on detected conditions. For example, a debug build
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.
[&lt;Function>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function
[&lt;Object>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
[&lt;RegExp>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
+[&lt;bigint>]: https://github.com/tc39/proposal-bigint
[&lt;boolean>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type
[&lt;number>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
[&lt;string>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type
+[Web Platform Tests]: https://github.com/web-platform-tests/wpt
[`hijackstdio.hijackStdErr()`]: #hijackstderrlistener
[`hijackstdio.hijackStdOut()`]: #hijackstdoutlistener
[internationalization]: https://github.com/nodejs/node/wiki/Intl
-[Web Platform Tests]: https://github.com/web-platform-tests/wpt
[the WPT tests README]: ../wpt/README.md