upa-url / upa

An implementation of the WHATWG URL Standard in C++
https://upa-url.github.io/docs/
Other
13 stars 0 forks source link

Fix: `|` is not allowed in drive letter of Windows OS path #65

Closed rmisev closed 2 months ago

rmisev commented 2 months ago

Historically, the | (vertical line) character can be in the Windows drive letter of the file URL path. It is not used in the drive letter of the Windows OS path.

See: https://datatracker.ietf.org/doc/html/rfc8089#appendix-E.2.2

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.66%. Comparing base (05a58fd) to head (02e830b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## ======================================= Coverage 99.66% 99.66% ======================================= Files 16 16 Lines 2373 2373 Branches 386 386 ======================================= Hits 2365 2365 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.