]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/exp7.sub
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / tests / exp7.sub
index 0a4acc3c97d5d2a0d12460678430b545ef91b680..f3f3b6bd9ddcbe14f603f2c8331f7de4b02c12e4 100644 (file)
@@ -9,3 +9,15 @@ recho $# "$1" "$2" "$3"
 
 x=$c
 recho "$x"
+
+unset c c2 x
+
+c=$'Y\1Y';
+
+v=X${c}X;
+recho X${c}X
+recho "$v"
+
+v=X$c
+recho X$c
+recho "$v"