diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-02-13 12:56:04 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-02-13 12:56:04 -0500 |
commit | fefe904ca9175ab390a8a0868e810a41945cdd8f (patch) | |
tree | 4bcd935d76e272ce8721ef3d1416e34ff0add1df /tests | |
parent | 9bfdc1b45d889c419379afd35a6d463e99dad2df (diff) | |
parent | 63720f2c05b8c82713fa0237f4d3242c9e7d32dc (diff) | |
download | markdown-fefe904ca9175ab390a8a0868e810a41945cdd8f.tar.gz markdown-fefe904ca9175ab390a8a0868e810a41945cdd8f.tar.bz2 markdown-fefe904ca9175ab390a8a0868e810a41945cdd8f.zip |
Merge pull request #287 from mitya57/master
Release Notes and a fix for Smarty
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions/smarty.html | 3 | ||||
-rw-r--r-- | tests/extensions/smarty.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html index fbd15af..6b5e698 100644 --- a/tests/extensions/smarty.html +++ b/tests/extensions/smarty.html @@ -5,7 +5,8 @@ 1960’s<br /> one two ‘60s<br /> ‘60s</p> -<p>“Isn’t this fun”? — she said…<br /> +<p>It’s fun. What’s fun?<br /> +“Isn’t this fun”? — she said…<br /> “‘Quoted’ words in a larger quote.”<br /> ‘Quoted “words” in a larger quote.’<br /> “quoted” text and <strong>bold “quoted” text</strong><br /> diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt index 5b5ece7..fbf4d03 100644 --- a/tests/extensions/smarty.txt +++ b/tests/extensions/smarty.txt @@ -6,6 +6,7 @@ one two '60s '60s +It's fun. What's fun? "Isn't this fun"? --- she said... "'Quoted' words in a larger quote." 'Quoted "words" in a larger quote.' |