From d4802c6243e64e28690577bc0bb4f030581c496b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 2 Mar 2018 20:48:36 +0100 Subject: hush: fix a='a\\'; echo "${a%\\\\}" Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-quoting/squote_in_varexp1.right | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell/ash_test/ash-quoting/squote_in_varexp1.right (limited to 'shell/ash_test/ash-quoting/squote_in_varexp1.right') diff --git a/shell/ash_test/ash-quoting/squote_in_varexp1.right b/shell/ash_test/ash-quoting/squote_in_varexp1.right new file mode 100644 index 000000000..9d0add3c5 --- /dev/null +++ b/shell/ash_test/ash-quoting/squote_in_varexp1.right @@ -0,0 +1,3 @@ +Nothing: +Nothing: +Ok:0 -- cgit v1.2.3