summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-14 15:11:04 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-14 15:11:04 +0100
commit3367f8c2e08bf998efc84050e39d5a9fbdffb5dd (patch)
tree03f0de306aac8c835b7324678e7610be60ce0588 /test/scripts
parent5bde3efabfec675b323501cae5e3a99784afcc31 (diff)
Expansions: new ${escape8bit:<string>} operator. Bug 1863
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/00024
1 files changed, 3 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002
index dafcba7f0..c2dcc40d9 100644
--- a/test/scripts/0000-Basic/0002
+++ b/test/scripts/0000-Basic/0002
@@ -132,7 +132,9 @@ addresses: ${addresses:Exim Person <local-part@dom.ain> (that's me), \
xyz@abc, nullgroupname:;, group: p@q, r@s; }
addresses: ${addresses:local-part@dom.ain <local-part@dom.ain>}
-escape: ${escape:B7·F2ò}
+escape: ${escape:B7·F2ò}
+excape8bit: ${escape8bit:undisturbed text\ttab\nnewline\ttab\\backslash \176tilde\177DEL\200\x81.}
+
eval: ${eval:1+1}
eval: ${eval:1+2*3}
eval: ${eval:(1+2)*3}