blob: 13e9dd5b6e54a9f9239891dd11f123f95781f590 [file] [log] [blame]
Bram Moolenaarf4e11432013-07-03 16:53:03 +02001Test whether glob()/globpath() return correct results with certain escaped
2characters.
3
4STARTTEST
5:so small.vim
6:set shell=doesnotexist
7:e test.out
8:put =glob('Xxx\{')
9:put =glob('Xxx\$')
10:w! Xxx{
11:w! Xxx\$
12:put =glob('Xxx\{')
13:put =glob('Xxx\$')
14:w
15:qa!
16ENDTEST
17