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 /tests/extensions/smarty.txt | |
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
Diffstat (limited to 'tests/extensions/smarty.txt')
-rw-r--r-- | tests/extensions/smarty.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ... |