mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-18 06:50:25 +00:00
9 lines
307 B
HTML
9 lines
307 B
HTML
<a href=http://example.com/>unquoted</a>
|
|
<a href="/stalter&sohn">unquoted ampersand</a>
|
|
<!-- quoting test...
|
|
<a href=""></a>
|
|
-->
|
|
<a href=http://www.example.com/">no beginning quote example</a>
|
|
<a href="http://www.example.com/>no ending quote example</a>
|
|
<!-- check the parser at end of file -->
|
|
<a href="g
|