summaryrefslogtreecommitdiffstats
path: root/src/testdir/test23.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-11 21:46:28 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-11 21:46:28 +0200
commit292eff0c5aacb8531d65509679b6c29eae8dc22a (patch)
tree25bb79912395e8a0e1c219dfa32283f8bee8081e /src/testdir/test23.in
parentf1d13478e3a7e1a86d52552c8c5571f00dc28ad1 (diff)
patch 8.0.0708: some tests are old stylev8.0.0708
Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)
Diffstat (limited to 'src/testdir/test23.in')
-rw-r--r--src/testdir/test23.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/testdir/test23.in b/src/testdir/test23.in
deleted file mode 100644
index 0e0e605531..0000000000
--- a/src/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