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

Accept UNC path without share-name #67

Closed rmisev closed 2 months ago

rmisev commented 2 months ago

Windows File Explorer accepts such UNC paths, and Chrome and Firefox convert them to file URLs.

Example of conversion: \\host-name -> file://host-name/

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 (f8237d5) to head (aa55b33). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ======================================= Coverage 99.66% 99.66% ======================================= Files 16 16 Lines 2375 2376 +1 Branches 387 387 ======================================= + Hits 2367 2368 +1 Misses 8 8 ```

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