lean4-htt/tests/lean/tokenErrors.lean.expected.out
Sebastian Ullrich e96a21631b refactor: move elaboration error filtering into Elab.Command
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
2021-04-17 23:44:57 +02:00

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