Skip to content

test: expand test coverage for url.js

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test url

Description of change

Currently line 309 of lib/url.js is not reachable from test-url because there are no examples which have more than 255 characters in the hostname of the url. I added one example which can reach that line.

Merge request reports

Loading