diff options
author | Lawrence Kesteloot <lk@teamten.com> | 2014-05-31 18:58:11 -0700 |
---|---|---|
committer | Lawrence Kesteloot <lk@teamten.com> | 2014-05-31 18:58:11 -0700 |
commit | 8be0d1f517a0857b69763fd3bad1875badede2d2 (patch) | |
tree | 2de4d13f0769d6c088e96a569cd852a504126554 /tests/extensions/smarty.html | |
parent | 8faef1620823eb10e3a76711621f53782f7fe36b (diff) | |
download | markdown-8be0d1f517a0857b69763fd3bad1875badede2d2.tar.gz markdown-8be0d1f517a0857b69763fd3bad1875badede2d2.tar.bz2 markdown-8be0d1f517a0857b69763fd3bad1875badede2d2.zip |
Add failing unit test for smarty: ellipsis before close double quote generates opening double quote.
Diffstat (limited to 'tests/extensions/smarty.html')
-rw-r--r-- | tests/extensions/smarty.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html index 6b5e698..16aba6d 100644 --- a/tests/extensions/smarty.html +++ b/tests/extensions/smarty.html @@ -13,6 +13,7 @@ one two ‘60s<br /> ‘quoted’ text and <strong>bold ‘quoted’ text</strong><br /> em-dashes (—) and ellipes (…)<br /> “<a href="http://example.com">Link</a>” — she said.</p> +<p>“Ellipsis within quotes…”</p> <hr /> <p>Escaped -- ndash<br /> 'Escaped' "quotes"<br /> |