summaryrefslogtreecommitdiff
path: root/test/parallel/test-url-parse-format.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-url-parse-format.js')
-rw-r--r--test/parallel/test-url-parse-format.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-url-parse-format.js b/test/parallel/test-url-parse-format.js
index b18a5fe585..cbe8eea257 100644
--- a/test/parallel/test-url-parse-format.js
+++ b/test/parallel/test-url-parse-format.js
@@ -194,7 +194,7 @@ const parseTests = {
path: ';a/b/c?d=e'
},
- // make sure that we don't accidentally lcast the path parts.
+ // Make sure that we don't accidentally lcast the path parts.
'HtTp://x.y.cOm;A/b/c?d=e#f g<h>i': {
href: 'http://x.y.com/;A/b/c?d=e#f%20g%3Ch%3Ei',
protocol: 'http:',