node
node copied to clipboard
test: fix invalid `file:` URL in `test-fs-path-dir`
Trying to build a URL by concatenating file://
and a path will always fail as soon as the path contains some URL-significant char (e.g. %
, ?
, #
)