Skip to content

test: known issue url.parse() does not return an empty string

Rodrigo Muino Tomonari requested to merge github/fork/jalafel/issue#9600 into master
Checklist
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

url

Description of change

This creates a test for a known issue for url.parse().

Should there be empty keys set for search, query, hash, port, or auth, url.parse() willl return a nulltype instead of an empty string.

Refs: https://github.com/nodejs/node/issues/9600

Merge request reports

Loading