aboutsummaryrefslogtreecommitdiff
path: root/src/testdir/test97.in
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-01-31 10:39:15 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-01-31 10:39:15 -0300
commit72cf89bce8e4230dbc161dc5606f48ef9884ba70 (patch)
tree3ee06dbd8c57e291a8713289670ae1cb51397d44 /src/testdir/test97.in
downloadrneovim-72cf89bce8e4230dbc161dc5606f48ef9884ba70.tar.gz
rneovim-72cf89bce8e4230dbc161dc5606f48ef9884ba70.tar.bz2
rneovim-72cf89bce8e4230dbc161dc5606f48ef9884ba70.zip
Import vim from changeset v5628:c9cad40b4181
- Cleanup source tree, leaving only files necessary for compilation/testing - Process files through unifdef to remove tons of FEAT_* macros - Process files through uncrustify to normalize source code formatting. - Port the build system to cmake
Diffstat (limited to 'src/testdir/test97.in')
-rw-r--r--src/testdir/test97.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/testdir/test97.in b/src/testdir/test97.in
new file mode 100644
index 0000000000..13e9dd5b6e
--- /dev/null
+++ b/src/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
+