lean4-htt/tests/lean/tokenErrors.lean.expected.out
Leonardo de Moura 92193e7d70 chore: fix tests
2021-03-31 17:05:34 -07:00

12 lines
558 B
Text

tokenErrors.lean:1:10: error: missing end of character literal
tokenErrors.lean:4:9: error: invalid escape sequence
tokenErrors.lean:7:7: error: unterminated string literal
tokenErrors.lean:10:11: error: unterminated identifier escape
tokenErrors.lean:14:0: error: unterminated comment
tokenErrors.lean:13:0-13:3: error: unexpected doc string
failed to pretty print term (use 'set_option pp.rawOnError true' for raw representation)
tokenErrors.lean:17:0: error: unterminated comment
inductive Nat : Type
constructors:
Nat.zero : Nat
Nat.succ : Nat → Nat