mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 12:20:22 +00:00
Previously remote URLs were incorrectly detected because the string representation of a path is different than the path itself, causing the `http` prefix match to be insufficient. This resulted in unexpected side-effects, such as the incorrect detection of verbatim mode for remote URLs. The check now got improved and unit tests were added to avoid future breakage. On top of that, missing verbatim elements were added |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| data_uris.rs | ||
| example_domains.rs | ||
| local_files.rs | ||
| usage.rs | ||