#468 - Do not try to echo things for a while if something goes wrong

This commit is contained in:
w0rp
2017-08-12 10:47:06 +01:00
parent 8e9130d66e
commit 7614560a6e
3 changed files with 66 additions and 34 deletions

View File

@@ -16,3 +16,11 @@ Execute(ALE should stop queuing for a while after exceptions are thrown):
Execute(ALE should stop linting for a while after exceptions are thrown):
AssertThrows call ale#Lint()
call ale#Lint()
Execute(ALE should stop queuing echo messages for a while after exceptions are thrown):
AssertThrows call ale#cursor#EchoCursorWarningWithDelay()
call ale#cursor#EchoCursorWarningWithDelay()
Execute(ALE should stop echoing messages for a while after exceptions are thrown):
AssertThrows call ale#cursor#EchoCursorWarning()
call ale#cursor#EchoCursorWarning()