Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
url: empty file URL should be parsed correctly
An empty file URL `file:` should be parsed to `file:///` instead of `file://`. In the `kFile` state, the process was braked immediately when the ch is EOL, but it should work as `default` in the kFile state to adjust slashes.
- Loading branch information