aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test106.in
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-04 12:59:09 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-04 12:59:09 -0300
commit04633e3e6bb0da1489050fee2c7514f9a1808327 (patch)
treeddd4aa89a5f579d054c9627bd2d7cd8a19134767 /src/nvim/testdir/test106.in
parent1d250cddb87546c0470462738d546c9d061dff56 (diff)
parenta695c8786377d2399ca2472df183bdc2d32f4048 (diff)
downloadrneovim-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.in16
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: