aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMurali Suresh <muralisc@gmail.com>2015-04-07 16:25:58 +0530
committerJustin M. Keyes <justinkz@gmail.com>2015-04-07 19:21:55 -0400
commitee3af18640a61d7b3191cc490c824b23cb8278f9 (patch)
tree75bdd3a34da58b3813d1f26470ea0dcce844c98c /src
parent9a6a311f35835a3ea481faa0eddcc12672777864 (diff)
downloadrneovim-ee3af18640a61d7b3191cc490c824b23cb8278f9.tar.gz
rneovim-ee3af18640a61d7b3191cc490c824b23cb8278f9.tar.bz2
rneovim-ee3af18640a61d7b3191cc490c824b23cb8278f9.zip
legacy tests: migrate test38 #2367
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/Makefile2
-rw-r--r--src/nvim/testdir/test38.in35
-rw-r--r--src/nvim/testdir/test38.ok13
3 files changed, 1 insertions, 49 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 5ccde6ff2e..a530e3cf23 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -16,7 +16,7 @@ SCRIPTS := test_autoformat_join.out \
test24.out \
test26.out test27.out test29.out test30.out \
test31.out test32.out test34.out \
- test36.out test37.out test38.out test39.out test40.out \
+ test36.out test37.out test39.out test40.out \
test42.out test43.out test45.out \
test46.out test47.out test48.out test49.out \
test52.out test53.out test55.out \
diff --git a/src/nvim/testdir/test38.in b/src/nvim/testdir/test38.in
deleted file mode 100644
index 3e0236251b..0000000000
--- a/src/nvim/testdir/test38.in
+++ /dev/null
@@ -1,35 +0,0 @@
-
-Test Virtual replace mode.
-
-STARTTEST
-:so small.vim
-:" make sure that backspace works, no matter what termcap is used
-:set t_kD=x7f t_kb=x08
-ggdGa
-abcdefghi
-jk lmn
- opq rst
-uvwxyz
-gg:set ai
-:set bs=2
-gR0 1
-A
-BCDEFGHIJ
- KL
-MNO
-PQRG:ka
-o0
-abcdefghi
-jk lmn
- opq rst
-uvwxyz
-'ajgR0 1
-A
-BCDEFGHIJ
- KL
-MNO
-PQR:$
-iab cdefghi jkl0gRAB......CDEFGHI.Jo:
-iabcdefghijklmnopqrst0gRAB IJKLMNO QR:wq! test.out
-ENDTEST
-
diff --git a/src/nvim/testdir/test38.ok b/src/nvim/testdir/test38.ok
deleted file mode 100644
index e10209667b..0000000000
--- a/src/nvim/testdir/test38.ok
+++ /dev/null
@@ -1,13 +0,0 @@
- 1
- A
- BCDEFGHIJ
- KL
- MNO
- PQR
- 1
-abcdefghi
-jk lmn
- opq rst
-uvwxyz
-AB......CDEFGHI.Jkl
-AB IJKLMNO QRst