1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<p>Just a <a href="/url/">URL</a>.</p>
<p><a href="/url/" title="title">URL and title</a>.</p>
<p><a href="/url/" title="title preceded by two spaces">URL and title</a>.</p>
<p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p>
<p><a href="/url/" title="title has spaces afterward">URL and title</a>.</p>
<p><a href="-" title="title">hyphen and title</a>.</p>
<p><a href="-" title="title with parentheses()">hyphen and title</a>.</p>
<p><a href="-" title="?=title with other chars(#var)">hyphen and title</a>.</p>
<p><a href="-" title="title with parentheses missing open)">hyphen and title</a>.</p>
<p><a href="-" title="title with parentheses missing close(">hyphen and title</a>.</p>
<p><a href="-" title="title with parentheses misplaced)(">hyphen and title</a>.</p>
<p><a href="-" title="title with escaped \"double\" quote">hyphen and title</a>.</p>
<p><a href="-" title="title with embedded 'single' quote">hyphen and title</a>.</p>
<p><a href="-" title="title with escaped \'single\' quote">hyphen and title</a>.</p>
<p><a href="-" title="title with embedded "double" quote">hyphen and title</a>.</p>
<p><a href="-" title="title saying meh ¯\_(ツ)_/¯">hyphen and title</a>.</p>
<p><a href="empty"></a>.</p>
<p><a href="">Empty</a>.</p>
|