mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Fix PHP linter to support PHP 7.2 lint output
This commit is contained in:
@@ -54,6 +54,18 @@ Execute (The php handler should ignore lines starting with 'PHP Parse error'):
|
||||
\ "PHP Parse error: syntax error, This line should be ignored completely in - on line 1",
|
||||
\ ])
|
||||
|
||||
Execute (The php handler should handle lines containing 'Standard input code'):
|
||||
AssertEqual
|
||||
\ [
|
||||
\ {
|
||||
\ 'lnum': 47,
|
||||
\ 'col': 0,
|
||||
\ 'text': "Invalid numeric literal",
|
||||
\ },
|
||||
\ ],
|
||||
\ ale_linters#php#php#Handle(347, [
|
||||
\ "Parse error: Invalid numeric literal in Standard input code on line 47",
|
||||
\ ])
|
||||
Execute (The php handler should parse lines without column indication):
|
||||
AssertEqual
|
||||
\ [
|
||||
|
||||
Reference in New Issue
Block a user