diff options
| author | Dmitry Shachnev <mitya57@gmail.com> | 2015-06-15 17:49:11 +0300 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-12-29 17:46:38 -0500 |
| commit | 668d78e158248e2201958fd4a88bec412859a5cb (patch) | |
| tree | 272c05ff713d23230bf117d0ee2d5622648e70b2 | |
| parent | f710b7193092ca527b275d1a0c4d0342be8eadbd (diff) | |
| download | python-markdown-668d78e158248e2201958fd4a88bec412859a5cb.tar.gz | |
tests: Add a failing case for `<<Hello>>` to smarty test
| -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<< --- -- --- |
