From 749951e03d1d6036f97a45b65c0a7a85c2eecabd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 22 Aug 2007 10:46:40 +0000 Subject: 23792: test and documentation for improved backslash quoting --- Test/D07multibyte.ztst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Test/D07multibyte.ztst') diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 35e2bd50f..7348bbc2e 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -378,3 +378,9 @@ >ngs200.txt >ngs20.txt >ngs2.txt + +# Not strictly multibyte, but gives us a well-defined locale for testing. + foo=$'X\xc0Y\x07Z\x7fT' + print -r ${(q)foo} +0:Backslash-quoting of unprintable/invalid characters uses $'...' +>X$'\300'Y$'\a'Z$'\177'T -- cgit 1.4.1