summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/managesieve/tests/tokenize.phpt5
1 files changed, 4 insertions, 1 deletions
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"