mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-01 13:40:25 +00:00
10 lines
307 B
HTML
10 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
|