rmisev / url_whatwg

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

Fix `host_parser::parse_host` function #44

Closed rmisev closed 2 weeks ago

rmisev commented 2 weeks ago

Do not report error on forbidden < and > characters if they are NFC normalized to valid ones.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 99.74%. Comparing base (98b7d8d) to head (7e84519).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ======================================= Coverage 99.74% 99.74% ======================================= Files 16 16 Lines 2321 2322 +1 Branches 382 386 +4 ======================================= + Hits 2315 2316 +1 Misses 6 6 ```

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