aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2015-06-15 17:49:11 +0300
committerDmitry Shachnev <mitya57@gmail.com>2015-06-15 17:49:11 +0300
commitbb9bb318c28fced49de7ef43cd9cd8c364a8b090 (patch)
tree6376096817a26e20b05516e27c0ef7bf68fb36af /tests/extensions
parentc7410d1c6901d04cd41f33d33d4539cc71765f41 (diff)
downloadmarkdown-bb9bb318c28fced49de7ef43cd9cd8c364a8b090.tar.gz
markdown-bb9bb318c28fced49de7ef43cd9cd8c364a8b090.tar.bz2
markdown-bb9bb318c28fced49de7ef43cd9cd8c364a8b090.zip
tests: Add a failing case for `<<Hello>>` to smarty test
Diffstat (limited to 'tests/extensions')
-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<<
--- -- ---