summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2015-06-15 17:49:11 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2015-12-29 17:46:38 -0500
commit668d78e158248e2201958fd4a88bec412859a5cb (patch)
tree272c05ff713d23230bf117d0ee2d5622648e70b2
parentf710b7193092ca527b275d1a0c4d0342be8eadbd (diff)
downloadpython-markdown-668d78e158248e2201958fd4a88bec412859a5cb.tar.gz
tests: Add a failing case for `<<Hello>>` to smarty test
-rw-r--r--tests/extensions/smarty.html1
-rw-r--r--tests/extensions/smarty.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html
index d41e467..a4ec1a0 100644
--- a/tests/extensions/smarty.html
+++ b/tests/extensions/smarty.html
@@ -16,6 +16,7 @@ em-dashes (&mdash;) and ellipes (&hellip;)<br />
&ldquo;<a href="http://example.com">Link</a>&rdquo; &mdash; she said.</p>
<p>&ldquo;Ellipsis within quotes&hellip;&rdquo;</p>
<p>Кавычки-&laquo;ёлочки&raquo;<br />
+&laquo;hello&raquo;<br />
Anführungszeichen-&raquo;Chevrons&laquo;</p>
<hr />
<p>Escaped -- ndash<br />
diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt
index 48430bb..d7cba6a 100644
--- a/tests/extensions/smarty.txt
+++ b/tests/extensions/smarty.txt
@@ -19,6 +19,7 @@ em-dashes (---) and ellipes (...)
"Ellipsis within quotes..."
Кавычки-<<ёлочки>>
+<<hello>>
Anführungszeichen->>Chevrons<<
--- -- ---