var_bash_repl_empty_var.tests 52 B

12345
  1. unset v
  2. echo ${v/*/w}
  3. v=''
  4. echo ${v/*/w}
  5. echo Ok:$?