summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-10-25 00:58:10 +0100
committerw0rp <devw0rp@gmail.com>2017-10-25 00:58:16 +0100
commit5029078df3d5d26d71d220d273a001a5aea9c416 (patch)
tree20aa774309874bf9e37e50fbe4e31d4c38aeb56a /test
parent94bdabb8c3c6445249c0e3bac5b7bcf159fd49f3 (diff)
downloadale-5029078df3d5d26d71d220d273a001a5aea9c416.zip
Set better highlights for write-good
Diffstat (limited to 'test')
-rw-r--r--test/handler/test_write_good_handler.vader20
1 files changed, 18 insertions, 2 deletions
diff --git a/test/handler/test_write_good_handler.vader b/test/handler/test_write_good_handler.vader
index b3eeb1b7..8bf4b223 100644
--- a/test/handler/test_write_good_handler.vader
+++ b/test/handler/test_write_good_handler.vader
@@ -4,9 +4,24 @@ Execute(The write-good handler should handle the example from the write-good REA
\ {
\ 'lnum': 1,
\ 'col': 1,
+ \ 'end_col': 2,
\ 'type': 'W',
\ 'text': '"So" adds no meaning',
- \ }
+ \ },
+ \ {
+ \ 'lnum': 1,
+ \ 'col': 12,
+ \ 'end_col': 21,
+ \ 'type': 'W',
+ \ 'text': '"was stolen" may be passive voice',
+ \ },
+ \ {
+ \ 'lnum': 6,
+ \ 'col': 2,
+ \ 'end_col': 2,
+ \ 'type': 'W',
+ \ 'text': '"foo bar" bla',
+ \ },
\ ],
\ ale#handlers#writegood#Handle(bufnr(''), [
\ 'In /tmp/vBYivbZ/6/test.md',
@@ -17,5 +32,6 @@ Execute(The write-good handler should handle the example from the write-good REA
\ '-------------',
\ 'So the cat was stolen.',
\ ' ^^^^^^^^^^',
- \ '"was stolen" may be passive voice on line 1 at column 11 ',
+ \ '"was stolen" may be passive voice on line 1 at column 11',
+ \ '"foo bar" bla on line 6 at column 1',
\ ])