summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJan Edmund Lazo <janlazo@users.noreply.github.com>2017-06-07 21:25:35 -0400
committerJunegunn Choi <junegunn.c@gmail.com>2017-06-08 10:25:35 +0900
commit050777b8c4ad94a9d1821cdd6868d1b59bcd7ec3 (patch)
tree13ef46c0d7adc73fbc273989dc6f1b53aded5cb7 /test
parenta4d78e2200d9954eddb412c26d0934e791148221 (diff)
[vim] Uncomment test case to escape % in cmd.exe (#941)
Diffstat (limited to 'test')
-rw-r--r--test/fzf.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fzf.vader b/test/fzf.vader
index 64a5c7b8..c2d8d53c 100644
--- a/test/fzf.vader
+++ b/test/fzf.vader
@@ -163,7 +163,7 @@ Execute (fzf#shellescape with cmd.exe):
AssertEqual '^"C:\Program Files ^(x86^)\\^"', fzf#shellescape('C:\Program Files (x86)\', 'cmd.exe')
AssertEqual '^"C:/Program Files ^(x86^)/^"', fzf#shellescape('C:/Program Files (x86)/', 'cmd.exe')
- " AssertEqual '^"%%USERPROFILE%%^", fzf#shellescape('%USERPROFILE%', 'cmd.exe')
+ AssertEqual '^"%%USERPROFILE%%^"', fzf#shellescape('%USERPROFILE%', 'cmd.exe')
Execute (Cleanup):
unlet g:dir