summaryrefslogtreecommitdiff
path: root/test/handler
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler')
-rw-r--r--test/handler/test_tslint_handler.vader5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/handler/test_tslint_handler.vader b/test/handler/test_tslint_handler.vader
index ae87c52e..704123dd 100644
--- a/test/handler/test_tslint_handler.vader
+++ b/test/handler/test_tslint_handler.vader
@@ -117,3 +117,8 @@ Execute(The tslint handler should parse lines correctly):
\ }
\ },
\])])
+
+Execute(The tslint handler should handle empty output):
+ AssertEqual
+ \ [],
+ \ ale_linters#typescript#tslint#Handle(bufnr(''), [])