summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-11-17 16:34:01 +0000
committerGitHub <noreply@github.com>2017-11-17 16:34:01 +0000
commit0e96d4576ad44ab66c075eed83d71ed0451dc645 (patch)
treec48d61357fdeeceee8b5bd9267acb7274fd19222 /test
parent5635b3c86437f22123a19601bebcaa335c1ceb2e (diff)
parent79f15b0e3050b9ca2ddd82a6712b5bfcb934cadb (diff)
downloadale-0e96d4576ad44ab66c075eed83d71ed0451dc645.zip
Merge pull request #1142 from rhysd/redpen-ext
* redpen support for asciidoc, reST, LaTeX and Re:VIEW * redpen: fix start column * add redpen as text linter
Diffstat (limited to 'test')
-rw-r--r--test/handler/test_redpen_handler.vader6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/handler/test_redpen_handler.vader b/test/handler/test_redpen_handler.vader
index d0782d90..46276144 100644
--- a/test/handler/test_redpen_handler.vader
+++ b/test/handler/test_redpen_handler.vader
@@ -9,7 +9,7 @@ Execute(redpen handler should handle errors output):
\ [
\ {
\ 'lnum': 1,
- \ 'col': 9,
+ \ 'col': 10,
\ 'end_lnum': 1,
\ 'end_col': 15,
\ 'text': 'Found possibly misspelled word "plugin". (Spelling)',
@@ -22,7 +22,7 @@ Execute(redpen handler should handle errors output):
\ 'type': 'W',
\ },
\ ],
- \ ale_linters#markdown#redpen#HandleErrors(bufnr(''), [
+ \ ale#handlers#redpen#HandleRedpenOutput(bufnr(''), [
\ '[',
\ ' {',
\ ' "document": "test.md",',
@@ -57,7 +57,7 @@ Execute(redpen handler should handle errors output):
Execute(redpen handler should no error output):
AssertEqual
\ [],
- \ ale_linters#markdown#redpen#HandleErrors(bufnr(''), [
+ \ ale#handlers#redpen#HandleRedpenOutput(bufnr(''), [
\ '[',
\ ' {',
\ ' "document": "test.md",',