8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6d9f5 commit af84da0Copy full SHA for af84da0
test/test.js
@@ -291,7 +291,7 @@ describe('url-parse', function () {
291
assume(parsed.hostname).equals('github.com');
292
assume(parsed.pathname).equals('/foo/bar');
293
294
- url = 'https:/\/\/\github.com/foo/bar';
+ url = 'https:/\\/\\/\\github.com/foo/bar';
295
assume(parsed.host).equals('github.com');
296
297
0 commit comments