diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-04 12:59:09 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-04 12:59:09 -0300 |
commit | 04633e3e6bb0da1489050fee2c7514f9a1808327 (patch) | |
tree | ddd4aa89a5f579d054c9627bd2d7cd8a19134767 /src/nvim/testdir/test106.in | |
parent | 1d250cddb87546c0470462738d546c9d061dff56 (diff) | |
parent | a695c8786377d2399ca2472df183bdc2d32f4048 (diff) | |
download | rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.tar.gz rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.tar.bz2 rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.zip |
Merge PR #1328 'Migrate legacy tests'
Diffstat (limited to 'src/nvim/testdir/test106.in')
-rw-r--r-- | src/nvim/testdir/test106.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/nvim/testdir/test106.in b/src/nvim/testdir/test106.in deleted file mode 100644 index eb99e650ae..0000000000 --- a/src/nvim/testdir/test106.in +++ /dev/null @@ -1,16 +0,0 @@ -Tests for errorformat. vim: set ft=vim ts=8 : - -STARTTEST -:so small.vim -:if !has('quickfix') | e! test.ok | wq! test.out | endif -:set efm=%EEEE%m,%WWWW%m,%+CCCC%.%#,%-GGGG%.%# -:cgetexpr ['WWWW', 'EEEE', 'CCCC'] -:$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) -:cgetexpr ['WWWW', 'GGGG', 'EEEE', 'CCCC'] -:$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) -:cgetexpr ['WWWW', 'GGGG', 'ZZZZ', 'EEEE', 'CCCC', 'YYYY'] -:$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) -:/^Results/,$wq! test.out -ENDTEST - -Results of test106: |