summaryrefslogtreecommitdiff
path: root/test/sign/test_sign_placement.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/sign/test_sign_placement.vader')
-rw-r--r--test/sign/test_sign_placement.vader3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sign/test_sign_placement.vader b/test/sign/test_sign_placement.vader
index 396ef5c4..518e1b81 100644
--- a/test/sign/test_sign_placement.vader
+++ b/test/sign/test_sign_placement.vader
@@ -132,3 +132,6 @@ Execute(Loclist items with sign_id values should be kept):
\ ['16', '1000004', 'ALEErrorSign'],
\ ],
\ ParseSigns()
+
+Execute(No excpetions should be thrown when setting signs for invalid buffers):
+ call ale#sign#SetSigns(123456789, [{'lnum': 15, 'col': 2, 'type': 'W', 'text': 'e'}])