glob_bkslash_in_var.right 235 B

1234
  1. Unquoted non-matching glob in var:'test*.TMP/\name_doesnt_exist'
  2. Unquoted matching glob in var: 'testdir.TMP/name'
  3. Quoted non-matching glob in var: 'test*.TMP/\name_doesnt_exist'
  4. Quoted matching glob in var: 'test*.TMP/\name'