aboutsummaryrefslogtreecommitdiffstats
path: root/tests/exp-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exp-tests')
-rw-r--r--tests/exp-tests6
1 files changed, 6 insertions, 0 deletions
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 '<a> <b> <c> <d> <e>'
recho $b
+
+a="a?b?c"
+
+echo ${a//\\?/ }
+
+echo ${a//\?/ }