chore: fix test output

This commit is contained in:
Leonardo de Moura 2021-09-05 17:49:03 -07:00
parent da31ea4b5b
commit fa94ce0660

View file

@ -1,3 +1,8 @@
syntaxPrec.lean:1:18: error: expected ':'
[Elab.command] syntax "foo"("*" <|> term,+) : term
[Elab.command] failed to pretty print term (use 'set_option pp.rawOnError true' for raw representation)
[Elab.command] @[termParser 1000]
def «termFoo*_» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `«termFoo*_» 1022
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "foo")
(ParserDescr.binary✝ `orelse (ParserDescr.symbol✝ "*")
(ParserDescr.sepBy1✝ (ParserDescr.cat✝ `term 0) "," (ParserDescr.symbol✝ ", ") Bool.false✝)))