mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-16 21:45:07 +08:00
Clean up some test filenames and extraneous code
This commit is contained in:
@@ -8,10 +8,10 @@ Before:
|
||||
After:
|
||||
augroup! VaderTest
|
||||
|
||||
Given vim (Vimscript):
|
||||
Given vim (Some vimscript):
|
||||
set nocompatible
|
||||
Execute (Run ALE):
|
||||
Execute (Lint it):
|
||||
call ale#Lint()
|
||||
call ale#engine#WaitForJobs(2000)
|
||||
Then (Autocommand should have run):
|
||||
Then (Autocommands should have run):
|
||||
AssertEqual g:success, 1
|
||||
|
||||
Reference in New Issue
Block a user