diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-18 15:58:48 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-18 15:58:48 -0400 |
commit | 1270231bd33bfdbde93a3faa0af0c211d3616cd0 (patch) | |
tree | b4d0503cb51845d33c73ed72cb9826a6d01273a7 /tests/extensions | |
parent | 789f5165ad7de0f0dd7cc9988e0126c0d732257c (diff) | |
download | python-markdown-revert-417-master.tar.gz |
Revert "Fix processing angle quotes in smarty extension"revert-417-master
Diffstat (limited to 'tests/extensions')
-rw-r--r-- | tests/extensions/smarty.html | 1 | ||||
-rw-r--r-- | tests/extensions/smarty.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html index a4ec1a0..d41e467 100644 --- a/tests/extensions/smarty.html +++ b/tests/extensions/smarty.html @@ -16,7 +16,6 @@ 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 d7cba6a..48430bb 100644 --- a/tests/extensions/smarty.txt +++ b/tests/extensions/smarty.txt @@ -19,7 +19,6 @@ em-dashes (---) and ellipes (...) "Ellipsis within quotes..." Кавычки-<<ёлочки>> -<<hello>> Anführungszeichen->>Chevrons<< --- -- --- |