lychee/fixtures/TEST_HTML5_MALFORMED_LINKS.html
Matthias 812663d832
Prevent flaky tests (#514)
Move from example.org to example.com, which seems to be more permissive for testing
2022-02-18 10:29:49 +01:00

9 lines
266 B
HTML
Vendored

<!DOCTYPE html>
<html lang="en">
<head> </head>
<body>
<a href="https;//example.com/malformed_one">Malformed link</a>
<a href="https://example]org/malformed_two">Malformed link</a>
<a href="https://example.com/valid">Valid link</a>
</body>
</html>