summaryrefslogtreecommitdiff
path: root/doc/guides/writing-tests.md
diff options
context:
space:
mode:
authorGautam Arora <gautamsarora3@gmail.com>2017-07-18 20:41:00 -0400
committerRefael Ackermann <refack@gmail.com>2017-07-20 16:22:02 -0400
commit9e4ab6c2065229c5f79b6cc663d554f9de16f703 (patch)
tree9f2114d185d478cfa416f52a76e39a08b3a107cf /doc/guides/writing-tests.md
parent69fdb47e207f9201f36593ba72440e122d193743 (diff)
downloadandroid-node-v8-9e4ab6c2065229c5f79b6cc663d554f9de16f703.tar.gz
android-node-v8-9e4ab6c2065229c5f79b6cc663d554f9de16f703.tar.bz2
android-node-v8-9e4ab6c2065229c5f79b6cc663d554f9de16f703.zip
test: add comments for whatwg-url tests
Added comments to whatwg-url tests that they should not be changed until modifications are merged upstream as per "Web Platform Tests" guidelines PR-URL: https://github.com/nodejs/node/pull/14355 Fixes: https://github.com/nodejs/node/issues/12793 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/guides/writing-tests.md')
-rw-r--r--doc/guides/writing-tests.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md
index 9d226da6e8..8c5c2b7455 100644
--- a/doc/guides/writing-tests.md
+++ b/doc/guides/writing-tests.md
@@ -263,11 +263,12 @@ Some of the tests for the WHATWG URL implementation (named
These imported tests will be wrapped like this:
```js
-/* eslint-disable */
-/* WPT Refs:
+/* The following tests are copied from WPT. Modifications to them should be
+ upstreamed first. Refs:
https://github.com/w3c/web-platform-tests/blob/8791bed/url/urlsearchparams-stringifier.html
License: http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html
*/
+/* eslint-disable */
// Test code