diff options
author | Rainer Borene <rainerborene@gmail.com> | 2014-10-24 13:57:06 -0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-04 12:57:33 -0300 |
commit | f85051b67ec5196062be8e476f71898e60e869d1 (patch) | |
tree | 6df4eae47387262e12253c24860a9214fcdc68ab /src | |
parent | ffd5c43e84d646f72f92d5e095fe4031db33df52 (diff) | |
download | rneovim-f85051b67ec5196062be8e476f71898e60e869d1.tar.gz rneovim-f85051b67ec5196062be8e476f71898e60e869d1.tar.bz2 rneovim-f85051b67ec5196062be8e476f71898e60e869d1.zip |
legacy tests: migrate test23
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test23.in | 15 | ||||
-rw-r--r-- | src/nvim/testdir/test23.ok | 2 |
2 files changed, 0 insertions, 17 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 diff --git a/src/nvim/testdir/test23.ok b/src/nvim/testdir/test23.ok deleted file mode 100644 index f1930abad6..0000000000 --- a/src/nvim/testdir/test23.ok +++ /dev/null @@ -1,2 +0,0 @@ -fooSLASHbar -fooPIPEbar |