summaryrefslogtreecommitdiffstatshomepage
path: root/test/old/testdir/test_plugin_netrw.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_plugin_netrw.vim')
-rw-r--r--test/old/testdir/test_plugin_netrw.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/old/testdir/test_plugin_netrw.vim b/test/old/testdir/test_plugin_netrw.vim
index ddd6b23cb0..c33b3c307e 100644
--- a/test/old/testdir/test_plugin_netrw.vim
+++ b/test/old/testdir/test_plugin_netrw.vim
@@ -611,4 +611,9 @@ func Test_netrw_FileUrlEdit_pipe_injection()
call assert_false(filereadable(fname), 'Command injection via pipe in file URL')
endfunc
+func Test_netrw_RFC2396()
+ let fname = 'a%20b'
+ call assert_equal('a b', netrw#RFC2396(fname))
+endfunc
+
" vim:ts=8 sts=2 sw=2 et