diff options
Diffstat (limited to 'library/parsedown/test/data/inline_link_title.html')
-rw-r--r-- | library/parsedown/test/data/inline_link_title.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/library/parsedown/test/data/inline_link_title.html b/library/parsedown/test/data/inline_link_title.html deleted file mode 100644 index ecdfd03da..000000000 --- a/library/parsedown/test/data/inline_link_title.html +++ /dev/null @@ -1,6 +0,0 @@ -<p><a href="http://example.com" title="Title">single quotes</a></p> -<p><a href="http://example.com" title="Title">double quotes</a></p> -<p><a href="http://example.com" title="">single quotes blank</a></p> -<p><a href="http://example.com" title="">double quotes blank</a></p> -<p><a href="http://example.com" title="2 Words">space</a></p> -<p><a href="http://example.com/url-(parentheses)" title="Title">parentheses</a></p>
\ No newline at end of file |