Skip to content

Commit

Permalink
Add failing unit test for smarty: ellipsis before close double quote …
Browse files Browse the repository at this point in the history
…generates opening double quote.
  • Loading branch information
lkesteloot committed Jun 1, 2014
1 parent 8faef16 commit 8be0d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/extensions/smarty.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
&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>
<hr />
<p>Escaped -- ndash<br />
'Escaped' "quotes"<br />
Expand Down
2 changes: 2 additions & 0 deletions tests/extensions/smarty.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ It's fun. What's fun?
em-dashes (---) and ellipes (...)
"[Link](http://example.com)" --- she said.

"Ellipsis within quotes..."

--- -- ---

Escaped \-- ndash
Expand Down

0 comments on commit 8be0d1f

Please sign in to comment.