mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-20 19:21:18 +08:00
PHP: Fix test for column highlighting
This commit is contained in:
@@ -53,7 +53,7 @@ Execute(The php handler should find columns correctly):
|
|||||||
|
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ [
|
\ [
|
||||||
\ {'group': 'ALEError', 'id': 4, 'pos1': [2, 12, 1], 'priority': 10},
|
\ {'group': 'ALEError', 'pos1': [2, 12, 1]},
|
||||||
\ {'group': 'ALEError', 'id': 5, 'pos1': [2, 12, 1], 'priority': 10}
|
\ {'group': 'ALEError', 'pos1': [2, 12, 1]}
|
||||||
\ ],
|
\ ],
|
||||||
\ getmatches()
|
\ map(getmatches(), '{''group'': v:val.group, ''pos1'': v:val.pos1}')
|
||||||
|
|||||||
Reference in New Issue
Block a user