We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6d9f5 commit af84da0Copy full SHA for af84da0
1 file changed
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