From 6fe2e9bb18c88740a4cfb70c8b84cce394997898 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 23 Jan 2011 10:02:18 +0000 Subject: - added test for backslash inside a quoted-string git-svn-id: https://svn.roundcube.net/trunk@4450 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/managesieve/tests/tokenize.phpt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/managesieve/tests/tokenize.phpt b/plugins/managesieve/tests/tokenize.phpt index 6b3531e2c..d1f68acea 100644 --- a/plugins/managesieve/tests/tokenize.phpt +++ b/plugins/managesieve/tests/tokenize.phpt @@ -22,6 +22,7 @@ text: test . '); +$txt[7] = array(1, '"\\a\\\\\\"a"'); foreach ($txt as $idx => $t) { echo "[$idx]---------------\n"; @@ -60,4 +61,6 @@ array(2) { string(4) "test" [1]=> string(4) "test" -} \ No newline at end of file +} +[7]--------------- +string(4) "a\"a" -- cgit v1.2.3