var_bash_repl_empty_var.tests 30 B

123
  1. v=''
  2. echo ${v/*/w}
  3. echo Ok:$?