mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-22 12:11:25 +08:00
Sort results from Tests#Main().
This commit is contained in:
@@ -251,9 +251,10 @@ function! delimitMateTests#Main()
|
|||||||
call append(0, "*TESTS REPORT: " . b:errors . " failed, " . b:corrects . " passed and " . b:ignores . " ignored.")
|
call append(0, "*TESTS REPORT: " . b:errors . " failed, " . b:corrects . " passed and " . b:ignores . " ignored.")
|
||||||
normal "_ddgg
|
normal "_ddgg
|
||||||
let @/ = ".\\+Failed:.*!="
|
let @/ = ".\\+Failed:.*!="
|
||||||
|
2,$sort /^.\+':/
|
||||||
|
normal gg
|
||||||
|
exec search('Ignored:','nW').",$sort! /^.\\+':/"
|
||||||
set nohlsearch
|
set nohlsearch
|
||||||
"syntax match failedLine "^.*Failed.*$" contains=ALL
|
|
||||||
"syn match passedLine ".*Passed.*"
|
|
||||||
syn match lineIgnored ".*Ignored.*"
|
syn match lineIgnored ".*Ignored.*"
|
||||||
syn match labelPassed "'\@<=.\+\(': 'Passed\)\@="
|
syn match labelPassed "'\@<=.\+\(': 'Passed\)\@="
|
||||||
syn match labelFailed "'\@<=.\+\(': 'Failed\)\@="
|
syn match labelFailed "'\@<=.\+\(': 'Failed\)\@="
|
||||||
|
|||||||
Reference in New Issue
Block a user