Also make it dependent on presence of `missing` instead of parse error, which means that messages from complete commands that are immediately followed by parse errors are not filtered out anymore
8 lines
436 B
Text
8 lines
436 B
Text
tokenErrors.lean:1:10: error: missing end of character literal
|
|
tokenErrors.lean:2:9: error: invalid escape sequence
|
|
tokenErrors.lean:3:7: error: unterminated string literal
|
|
tokenErrors.lean:4:11: error: unterminated identifier escape
|
|
tokenErrors.lean:6:0: error: unterminated comment
|
|
tokenErrors.lean:7:0: error: unterminated comment
|
|
tokenErrors.lean:7:1: error: unterminated comment
|
|
tokenErrors.lean:7:0-7:1: error: unexpected command
|