squote_in_varexp2.tests 90 B

1234
  1. x='\\\\'
  2. printf Nothing:'%s\n' ${x#'\\\\'}
  3. printf Nothing:'%s\n' "${x#'\\\\'}"
  4. echo Ok:$?