mirror of https://github.com/lukechilds/node.git
Browse Source
Make url-tests a js file so we can comment out incompatible tests PR-URL: https://github.com/nodejs/node/pull/11439 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v6
6 changed files with 14 additions and 8 deletions
@ -1,7 +1,13 @@ |
|||||
|
'use strict'; |
||||
|
|
||||
|
/* WPT Refs: |
||||
|
https://github.com/w3c/web-platform-tests/blob/master/url/urltestdata.json
|
||||
|
License: http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html
|
||||
|
*/ |
||||
|
|
||||
|
module.exports = |
||||
[ |
[ |
||||
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/segments.js", |
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/segments.js", |
||||
"License: http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html", |
|
||||
"Source: https://github.com/w3c/web-platform-tests/tree/master/url", |
|
||||
{ |
{ |
||||
"input": "http://example\t.\norg", |
"input": "http://example\t.\norg", |
||||
"base": "http://example.org/foo/bar", |
"base": "http://example.org/foo/bar", |
Loading…
Reference in new issue