diff options
Diffstat (limited to 'src/nvim/testdir/test97.in')
-rw-r--r-- | src/nvim/testdir/test97.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/nvim/testdir/test97.in b/src/nvim/testdir/test97.in new file mode 100644 index 0000000000..13e9dd5b6e --- /dev/null +++ b/src/nvim/testdir/test97.in @@ -0,0 +1,17 @@ +Test whether glob()/globpath() return correct results with certain escaped +characters. + +STARTTEST +:so small.vim +:set shell=doesnotexist +:e test.out +:put =glob('Xxx\{') +:put =glob('Xxx\$') +:w! Xxx{ +:w! Xxx\$ +:put =glob('Xxx\{') +:put =glob('Xxx\$') +:w +:qa! +ENDTEST + |