[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / textwheel / tests / data / base / inline_link_title.html
diff --git a/www/plugins-dist/textwheel/tests/data/base/inline_link_title.html b/www/plugins-dist/textwheel/tests/data/base/inline_link_title.html
new file mode 100644 (file)
index 0000000..9118619
--- /dev/null
@@ -0,0 +1,10 @@
+<p><a href="http://example.com" class='spip_out' title="title" rel='external'>link</a> and <a href="/tests/" title="title">another link</a></p>
+<p><a href="http://example.com" class='spip_out' hreflang='de' rel='external'>link</a> and <a href="/tests/" hreflang='de'>another link</a></p>
+<p><a href="http://example.com" class='spip_out' hreflang='de' rel='external'>link</a> and <a href="/tests/" hreflang='de'>another link</a></p>
+<p><a href="http://example.com" class='spip_out' rel='external'>link<i>em</i></a> and <a href="/tests/">another link<i>em</i></a></p>
+<p><a href="http://example.com" class='spip_out' rel='external'>link|<i>em</i></a> and <a href="/tests/">another link|<i>em</i></a></p>
+<p><a href="http://example.com" class='spip_out' title="title with em" rel='external'>link</a> and <a href="/tests/" title="title with em">another link</a></p>
+<p><a href="http://example.com" class='spip_out' title="title with bold" rel='external'>link</a> and <a href="/tests/" title="title with bold">another link</a></p>
+<p><a href="http://example.com" class='spip_out' hreflang='fr' title="title" rel='external'>link</a> and <a href="/tests/" hreflang='fr' title="title">another link</a></p>
+<p><a href="http://example.com" class='spip_out' hreflang='fr' title="title" rel='external'>link with <i>em</i></a> and <a href="/tests/" hreflang='fr' title="title">another link with <i>em</i></a></p>
+<p><a href="http://example.com" class='spip_out' rel='external'>link|title with <b>bold</b></a> and <a href="/tests/">another link|title with <b>bold</b></a></p>
\ No newline at end of file