diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2015-06-15 17:49:11 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2015-06-15 17:49:11 +0300 |
commit | bb9bb318c28fced49de7ef43cd9cd8c364a8b090 (patch) | |
tree | 6376096817a26e20b05516e27c0ef7bf68fb36af /tests | |
parent | c7410d1c6901d04cd41f33d33d4539cc71765f41 (diff) | |
download | markdown-bb9bb318c28fced49de7ef43cd9cd8c364a8b090.tar.gz markdown-bb9bb318c28fced49de7ef43cd9cd8c364a8b090.tar.bz2 markdown-bb9bb318c28fced49de7ef43cd9cd8c364a8b090.zip |
tests: Add a failing case for `<<Hello>>` to smarty test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions/smarty.html | 1 | ||||
-rw-r--r-- | tests/extensions/smarty.txt | 1 |
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 (—) and ellipes (…)<br /> “<a href="http://example.com">Link</a>” — she said.</p> <p>“Ellipsis within quotes…”</p> <p>Кавычки-«ёлочки»<br /> +«hello»<br /> Anführungszeichen-»Chevrons«</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<< --- -- --- |