aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2014-07-10 22:58:57 -0400
committerWaylan Limberg <waylan@gmail.com>2014-07-10 22:58:57 -0400
commit88fcb084c83a2402dafec4576df830008242e3d4 (patch)
tree0882b7f56e62517f357b30e48a0cb7a120531792 /tests
parent5ecd68b81b487fcd4784c50cd8a1de6d23a2f62c (diff)
parent819be506a669713354a96b478b2175396fe75d9c (diff)
downloadmarkdown-88fcb084c83a2402dafec4576df830008242e3d4.tar.gz
markdown-88fcb084c83a2402dafec4576df830008242e3d4.tar.bz2
markdown-88fcb084c83a2402dafec4576df830008242e3d4.zip
Merge branch 'master' of github.com:waylan/Python-Markdown
Diffstat (limited to 'tests')
-rw-r--r--tests/extensions/smarty.html3
-rw-r--r--tests/extensions/smarty.txt5
-rw-r--r--tests/extensions/test.cfg4
3 files changed, 10 insertions, 2 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html
index 6b5e698..c0459d9 100644
--- a/tests/extensions/smarty.html
+++ b/tests/extensions/smarty.html
@@ -13,6 +13,9 @@ one two &lsquo;60s<br />
&lsquo;quoted&rsquo; text and <strong>bold &lsquo;quoted&rsquo; text</strong><br />
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 />
+Anführungszeichen-&raquo;Chevrons&laquo;</p>
<hr />
<p>Escaped -- ndash<br />
'Escaped' "quotes"<br />
diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt
index fbf4d03..1cee803 100644
--- a/tests/extensions/smarty.txt
+++ b/tests/extensions/smarty.txt
@@ -15,6 +15,11 @@ It's fun. What's fun?
em-dashes (---) and ellipes (...)
"[Link](http://example.com)" --- she said.
+"Ellipsis within quotes..."
+
+Кавычки-<<ёлочки>>
+Anführungszeichen->>Chevrons<<
+
--- -- ---
Escaped \-- ndash
diff --git a/tests/extensions/test.cfg b/tests/extensions/test.cfg
index 494d79b..c05a64e 100644
--- a/tests/extensions/test.cfg
+++ b/tests/extensions/test.cfg
@@ -1,5 +1,5 @@
[attr_list]
-extensions=attr_list,def_list
+extensions=attr_list,def_list,smarty
[codehilite]
extensions=codehilite
@@ -40,4 +40,4 @@ extensions=nl2br,attr_list
extensions=admonition
[smarty]
-extensions=smarty
+extensions=smarty(smart_angled_quotes=1)