You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1022 B
Plaintext
23 lines
1022 B
Plaintext
7 years ago
|
Execute(The swiftint handler should parse error messages correctly):
|
||
|
AssertEqual
|
||
|
\ [
|
||
|
\ {
|
||
|
\ 'lnum': 1,
|
||
|
\ 'col': 7,
|
||
|
\ 'text': 'Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace)',
|
||
|
\ 'type': 'W',
|
||
|
\ },
|
||
|
\ {
|
||
|
\ 'lnum': 1,
|
||
|
\ 'col': 11,
|
||
|
\ 'text': 'Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace)',
|
||
|
\ 'type': 'W',
|
||
|
\ },
|
||
|
\
|
||
|
\ ],
|
||
|
\ ale#handlers#gcc#HandleGCCFormat(347, [
|
||
|
\ 'This line should be ignored',
|
||
|
\ '<nopath>:1:7: warning: Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace)',
|
||
|
\ '<nopath>:1:11: warning: Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace)',
|
||
|
\ ])
|