diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2015-06-19 15:19:20 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2015-06-19 15:19:20 +0300 |
commit | c906d6db38edf68ec45cd412bf3277f1328949f2 (patch) | |
tree | 86369c62b5ff64dff0802a6ec2ee54fca66646fa | |
parent | 621cac4163420dc1c5b18d4bc97254a4378d53f5 (diff) | |
download | markdown-c906d6db38edf68ec45cd412bf3277f1328949f2.tar.gz markdown-c906d6db38edf68ec45cd412bf3277f1328949f2.tar.bz2 markdown-c906d6db38edf68ec45cd412bf3277f1328949f2.zip |
Add a test to make sure quotes processor does not touch code blocks
-rw-r--r-- | tests/extensions/smarty.html | 2 | ||||
-rw-r--r-- | tests/extensions/smarty.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html index a4ec1a0..50cf774 100644 --- a/tests/extensions/smarty.html +++ b/tests/extensions/smarty.html @@ -24,7 +24,7 @@ Anführungszeichen-»Chevrons«</p> Escaped ellipsis...</p> <p>‘Escaped "quotes" in real ones’<br /> '“Real” quotes in escaped ones'</p> -<p>Skip <code>"code" -- --- 'spans' ...</code>.</p> +<p>Skip <code><<all>> "code" -- --- 'spans' ...</code>.</p> <pre><code>Also skip "code" 'blocks' foo -- bar --- baz ... </code></pre>
\ No newline at end of file diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt index d7cba6a..f2f4041 100644 --- a/tests/extensions/smarty.txt +++ b/tests/extensions/smarty.txt @@ -31,7 +31,7 @@ Escaped ellipsis\... 'Escaped \"quotes\" in real ones' \'"Real" quotes in escaped ones\' -Skip `"code" -- --- 'spans' ...`. +Skip `<<all>> "code" -- --- 'spans' ...`. Also skip "code" 'blocks' foo -- bar --- baz ... |