mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
* windows * Introduce --root-path * lint * lint * Simplification * Add unit tests * Add integration test * Sync docs * Add missing comment to make CI happy * Revert one of the Windows-specific changes because causing a test failure * Support both options at the same time * Revert a comment change that is no longer applicable * Remove unused code * Fix and simplification * Integration test both at the same time * Unit tests both at the same time * Remove now redundant comment * Revert windows-specific change, seems not needed after recent changes * Use Collector::default() * extract method and unit tests * clippy * clippy: &Option<A> -> Option<&A> * Remove outdated comment * Rename --root-path to --root-dir * Restrict --root-dir to absolute paths for now * Move root dir check
34 lines
No EOL
907 B
HTML
Vendored
34 lines
No EOL
907 B
HTML
Vendored
<html>
|
|
<head>
|
|
<title>Index</title>
|
|
</head>
|
|
<body>
|
|
<h1>Index Title</h1>
|
|
<a id="good"></a>
|
|
<p>
|
|
<ul>
|
|
<li>
|
|
<a href="/nested">home</a>
|
|
</li>
|
|
<li>
|
|
<a href="/nested/about">About</a>
|
|
</li>
|
|
<li>
|
|
<a href="/nested/another page">About</a>
|
|
</li>
|
|
<li>
|
|
<a href="/nested/about/index.html#fragment">Fragment</a>
|
|
</li>
|
|
<li>
|
|
<a href="/nested/about/index.html#missing">Missing</a>
|
|
</li>
|
|
<li>
|
|
<a href="#good">Good</a>
|
|
</li>
|
|
<li>
|
|
<a href="#bad">Bad</a>
|
|
</li>
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
</html> |