Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / tests / new-exp6.sub
index c2fbd73..532ec1a 100644 (file)
@@ -20,3 +20,10 @@ recho "${str/$str/}"
 recho "${snul##$snul}"
 recho "${str##$str}"
 recho "${str##$nul}"
+
+A=""
+B="${A:0}"
+
+recho "$B"
+recho "${A:0}"
+recho "/tmp/test/TEST${A:0}"