hush: add support for ${var/pattern/repl}, conditional on bash compat
[oweals/busybox.git] / shell / hush_test / hush-vars / var_posix1.tests
index e48fd98c7b3619f40099278331318ef343c6c4de..82abe81984c579238a785c00addc4b4722e3bae6 100755 (executable)
@@ -47,5 +47,6 @@ echo ${var%\\*}
 
 a=ab}; echo ${a%\}};
 a=abc; c=c; echo ${a%${c}}
+a=ab{{c; echo ${a%`echo {{c`}
 
 echo End