From 95732b497d12c98613bb3c5db16b61f377501a59 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 7 Dec 2005 14:08:12 +0000 Subject: Imported from ../bash-3.1.tar.gz. --- tests/exp-tests | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/exp-tests') diff --git a/tests/exp-tests b/tests/exp-tests index f8512c3..884b5a6 100644 --- a/tests/exp-tests +++ b/tests/exp-tests @@ -372,3 +372,9 @@ a="a b c d e" declare b=$a expect ' ' recho $b + +a="a?b?c" + +echo ${a//\\?/ } + +echo ${a//\?/ } -- cgit v1.2.3