commit | 63d765e666a8b23e3923acecdc41be71d5679439 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue May 14 19:15:20 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue May 14 19:15:20 2019 +0200 |
tree | f9abff4ed55ada540f7acef0719de6eaf38f9e42 | |
parent | d8bd7012a30c6ce9efe26d06880ac223143709ad [diff] [blame] |
shells: add tests for backslashes in export VAR=VAL Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/hush_test/hush-misc/export1.tests b/shell/hush_test/hush-misc/export1.tests new file mode 100755 index 0000000..4ffb40b --- /dev/null +++ b/shell/hush_test/hush-misc/export1.tests
@@ -0,0 +1,2 @@ +export Z='\w \\ \ \' +echo "|$Z|"