lychee/lychee-bin/tests
Matthias Endler 5654b7c317
Harden URL detection and extend verbatim elements (#899)
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
2023-01-04 00:38:19 +01:00
..
cli.rs Harden URL detection and extend verbatim elements (#899) 2023-01-04 00:38:19 +01:00
data_uris.rs Add different verbosity levels (#824) 2022-11-28 23:25:33 +01:00
example_domains.rs Don't check example mail addresses by default (#815) 2022-11-08 23:46:32 +01:00
local_files.rs Fix Rust 1.66 clippy lints (#879) 2022-12-19 14:28:10 +01:00
usage.rs Bump clap from 3.2.23 to 4.0.22 (#813) 2022-11-13 21:10:32 +01:00