summaryrefslogtreecommitdiff
path: root/test/test_lint_error_delay.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_lint_error_delay.vader')
-rw-r--r--test/test_lint_error_delay.vader8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_lint_error_delay.vader b/test/test_lint_error_delay.vader
index 32d82715..4c7f0947 100644
--- a/test/test_lint_error_delay.vader
+++ b/test/test_lint_error_delay.vader
@@ -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()