summaryrefslogtreecommitdiff
path: root/test/test_linting_updates_loclist.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-03-11 20:33:29 +0000
committerw0rp <devw0rp@gmail.com>2017-03-11 20:33:29 +0000
commit4bf6784d7d1b62c908015117ab30ea19e540636b (patch)
tree99291a2d76385fa2ef195d7d28d0530fc1cd11d6 /test/test_linting_updates_loclist.vader
parentca78e4c150645ac2a257777d785f710351e93af1 (diff)
downloadale-4bf6784d7d1b62c908015117ab30ea19e540636b.zip
#333 Save sign IDs back on loclist items, and make it possible to get line numbers again
Diffstat (limited to 'test/test_linting_updates_loclist.vader')
-rw-r--r--test/test_linting_updates_loclist.vader2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_linting_updates_loclist.vader b/test/test_linting_updates_loclist.vader
index 06f11d8b..2e106d05 100644
--- a/test/test_linting_updates_loclist.vader
+++ b/test/test_linting_updates_loclist.vader
@@ -13,6 +13,7 @@ Before:
\ 'type': 'W',
\ 'col': 10,
\ 'text': 'Infix operators must be spaced. [Warning/space-infix-ops]',
+ \ 'sign_id': 1000001,
\ },
\ {
\ 'lnum': 2,
@@ -23,6 +24,7 @@ Before:
\ 'type': 'E',
\ 'col': 10,
\ 'text': 'Missing semicolon. [Error/semi]',
+ \ 'sign_id': 1000002,
\ }
\]