summaryrefslogtreecommitdiff
path: root/test/handler/test_vint_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_vint_handler.vader')
-rw-r--r--test/handler/test_vint_handler.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/handler/test_vint_handler.vader b/test/handler/test_vint_handler.vader
index efd33d10..c5af85c4 100644
--- a/test/handler/test_vint_handler.vader
+++ b/test/handler/test_vint_handler.vader
@@ -12,13 +12,13 @@ Execute(The vint handler should parse error messages correctly):
\ {
\ 'lnum': 3,
\ 'col': 17,
- \ 'text': 'Use robust operators `==#` or `==?` instead of `==` (see Google VimScript Style Guide (Matching))',
+ \ 'text': 'Use robust operators ''==#'' or ''==?'' instead of ''=='' (see Google VimScript Style Guide (Matching))',
\ 'type': 'W',
\ },
\ {
\ 'lnum': 3,
\ 'col': 8,
- \ 'text': 'Make the scope explicit like `l:filename` (see Anti-pattern of vimrc (Scope of identifier))',
+ \ 'text': 'Make the scope explicit like ''l:filename'' (see Anti-pattern of vimrc (Scope of identifier))',
\ 'type': 'W',
\ },
\ {