From c906d6db38edf68ec45cd412bf3277f1328949f2 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Fri, 19 Jun 2015 15:19:20 +0300 Subject: Add a test to make sure quotes processor does not touch code blocks --- tests/extensions/smarty.html | 2 +- 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«

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 ...
 
\ 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 `<> "code" -- --- 'spans' ...`. Also skip "code" 'blocks' foo -- bar --- baz ... -- cgit v1.2.3