diff options
author | w0rp <devw0rp@gmail.com> | 2017-03-12 22:34:32 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-12 22:34:32 +0000 |
commit | 382e569f668f7d7f1e21ff705a124cad54dabef1 (patch) | |
tree | f5b4b450cfd07c8ee3146b9db94789f0abbca403 /test | |
parent | f25a54326054d1403047523e0e1bdf75d5cfc9c9 (diff) | |
download | ale-382e569f668f7d7f1e21ff705a124cad54dabef1.zip |
Revert "Don't save the sign ID on loclist items. This approach won't work."
This reverts commit f25a54326054d1403047523e0e1bdf75d5cfc9c9.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_linting_updates_loclist.vader | 2 |
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, \ } \] |