summaryrefslogtreecommitdiff
path: root/test/parallel/test-url-format.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-url-format.js')
-rw-r--r--test/parallel/test-url-format.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-url-format.js b/test/parallel/test-url-format.js
index d18ff6715b..2d0132eb38 100644
--- a/test/parallel/test-url-format.js
+++ b/test/parallel/test-url-format.js
@@ -203,7 +203,7 @@ const formatTests = {
pathname: '/fooA100%mBr',
},
- // multiple `#` in search
+ // Multiple `#` in search
'http://example.com/?foo=bar%231%232%233&abc=%234%23%235#frag': {
href: 'http://example.com/?foo=bar%231%232%233&abc=%234%23%235#frag',
protocol: 'http:',