diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-04 12:59:09 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-04 12:59:09 -0300 |
commit | 04633e3e6bb0da1489050fee2c7514f9a1808327 (patch) | |
tree | ddd4aa89a5f579d054c9627bd2d7cd8a19134767 /src/nvim/testdir/test23.in | |
parent | 1d250cddb87546c0470462738d546c9d061dff56 (diff) | |
parent | a695c8786377d2399ca2472df183bdc2d32f4048 (diff) | |
download | rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.tar.gz rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.tar.bz2 rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.zip |
Merge PR #1328 'Migrate legacy tests'
Diffstat (limited to 'src/nvim/testdir/test23.in')
-rw-r--r-- | src/nvim/testdir/test23.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/nvim/testdir/test23.in b/src/nvim/testdir/test23.in deleted file mode 100644 index 0e0e605531..0000000000 --- a/src/nvim/testdir/test23.in +++ /dev/null @@ -1,15 +0,0 @@ -Tests for complicated + argument to :edit command - -STARTTEST -:$-1w! Xfile1 -:$w! Xfile2 -:edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w -:w! test.out -:e Xfile1 -:w >> test.out -:qa! -ENDTEST - -The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar" -foo|bar -foo/bar |