diff options
Diffstat (limited to 'test/test_php_handler.vader')
-rw-r--r-- | test/test_php_handler.vader | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_php_handler.vader b/test/test_php_handler.vader index 11bb2d53..dd2d4664 100644 --- a/test/test_php_handler.vader +++ b/test/test_php_handler.vader @@ -53,7 +53,7 @@ Execute(The php handler should find columns correctly): AssertEqual \ [ - \ {'group': 'ALEError', 'id': 4, 'pos1': [2, 12, 1], 'priority': 10}, - \ {'group': 'ALEError', 'id': 5, 'pos1': [2, 12, 1], 'priority': 10} + \ {'group': 'ALEError', 'pos1': [2, 12, 1]}, + \ {'group': 'ALEError', 'pos1': [2, 12, 1]} \ ], - \ getmatches() + \ map(getmatches(), '{''group'': v:val.group, ''pos1'': v:val.pos1}') |