diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-14 15:11:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-14 15:11:04 +0100 |
commit | 3367f8c2e08bf998efc84050e39d5a9fbdffb5dd (patch) | |
tree | 03f0de306aac8c835b7324678e7610be60ce0588 /test/stdout | |
parent | 5bde3efabfec675b323501cae5e3a99784afcc31 (diff) |
Expansions: new ${escape8bit:<string>} operator. Bug 1863
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index a19cc526c..b6ca54d48 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -122,7 +122,10 @@ > addresses: local-part@dom.ain:xyz@abc:p@q:r@s > addresses: > -> escape: B7\267F2\362 +> escape: B7\267F2\362 +> excape8bit: undisturbed text tab +newline tab\134backslash ~tilde\177DEL\200\201. +> > eval: 2 > eval: 7 > eval: 9 |