Imported from ../bash-3.1.tar.gz.
[platform/upstream/bash.git] / tests / exp-tests
index f8512c3..884b5a6 100644 (file)
@@ -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//\?/ }