diff options
author | Rainer Borene <rainerborene@gmail.com> | 2014-10-22 19:15:31 -0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-04 12:57:32 -0300 |
commit | 6c90902c7a4185710cfe0bcb3c90d6944651e000 (patch) | |
tree | 24d8363ee29be93ed4a322442b5cbd8e790042c6 /src | |
parent | b780e946d5d78524840d298b386506a2753543b6 (diff) | |
download | rneovim-6c90902c7a4185710cfe0bcb3c90d6944651e000.tar.gz rneovim-6c90902c7a4185710cfe0bcb3c90d6944651e000.tar.bz2 rneovim-6c90902c7a4185710cfe0bcb3c90d6944651e000.zip |
legacy tests: migrate test22
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test22.in | 13 | ||||
-rw-r--r-- | src/nvim/testdir/test22.ok | 4 |
2 files changed, 0 insertions, 17 deletions
diff --git a/src/nvim/testdir/test22.in b/src/nvim/testdir/test22.in deleted file mode 100644 index f5cc046c6a..0000000000 --- a/src/nvim/testdir/test22.in +++ /dev/null @@ -1,13 +0,0 @@ -Tests for file with some lines ending in CTRL-M, some not
-
-STARTTEST -:set ta tx -:e! -:$-3,$w! test.out -:qa! -ENDTEST - -this lines ends in a
-this one doesn't -this one does
-and the last one doesn't diff --git a/src/nvim/testdir/test22.ok b/src/nvim/testdir/test22.ok deleted file mode 100644 index 38ff89eaf3..0000000000 --- a/src/nvim/testdir/test22.ok +++ /dev/null @@ -1,4 +0,0 @@ -this lines ends in a
-this one doesn't -this one does
-and the last one doesn't |