diff options
author | Rainer Borene <rainerborene@gmail.com> | 2014-11-08 17:08:42 -0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-20 21:06:37 -0300 |
commit | 7fc5d6fc8e9bc4f03c2adeea04a6d3c0c2cdc9a3 (patch) | |
tree | 4b083385aa1e9800c66ca88aa0b816d5871956b5 /src | |
parent | 963a146e8bc09bfb3ef0b8c16e4361b2f57fe0fb (diff) | |
download | rneovim-7fc5d6fc8e9bc4f03c2adeea04a6d3c0c2cdc9a3.tar.gz rneovim-7fc5d6fc8e9bc4f03c2adeea04a6d3c0c2cdc9a3.tar.bz2 rneovim-7fc5d6fc8e9bc4f03c2adeea04a6d3c0c2cdc9a3.zip |
legacy tests: migrate test66
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test66.in | 33 | ||||
-rw-r--r-- | src/nvim/testdir/test66.ok | 16 |
2 files changed, 0 insertions, 49 deletions
diff --git a/src/nvim/testdir/test66.in b/src/nvim/testdir/test66.in deleted file mode 100644 index f1fdce3792..0000000000 --- a/src/nvim/testdir/test66.in +++ /dev/null @@ -1,33 +0,0 @@ - -Test for visual block shift and tab characters. - -STARTTEST -:so small.vim -/^one -fe4jRugvr1:'<,'>w! test.out -/^abcdefgh -4jI j<<11|D -7|a -7|a -7|a 4k13|4j< -:$-5,$w >> test.out -:$-4,$s/\s\+//g -4kI j<< -7|a -7|a -7|a 4k13|4j3< -:$-4,$w >> test.out -:qa! -ENDTEST - -one two three -one two three -one two three -one two three -one two three - -abcdefghijklmnopqrstuvwxyz -abcdefghijklmnopqrstuvwxyz -abcdefghijklmnopqrstuvwxyz -abcdefghijklmnopqrstuvwxyz -abcdefghijklmnopqrstuvwxyz diff --git a/src/nvim/testdir/test66.ok b/src/nvim/testdir/test66.ok deleted file mode 100644 index 4c3ab0fb56..0000000000 --- a/src/nvim/testdir/test66.ok +++ /dev/null @@ -1,16 +0,0 @@ -on1 two three -on1 two three -on1 two three -on1 two three -on1 two three - - abcdefghijklmnopqrstuvwxyz -abcdefghij - abc defghijklmnopqrstuvwxyz - abc defghijklmnopqrstuvwxyz - abc defghijklmnopqrstuvwxyz - abcdefghijklmnopqrstuvwxyz -abcdefghij - abc defghijklmnopqrstuvwxyz - abc defghijklmnopqrstuvwxyz - abc defghijklmnopqrstuvwxyz |