chore: fix test

This commit is contained in:
Leonardo de Moura 2020-06-10 16:43:44 -07:00
parent f838b80e03
commit f92166e913

View file

@ -16,7 +16,7 @@ open Lean.Parser
@[termParser] def tst := parser! "(|" >> termParser >> optional (symbol ", " >> termParser) >> "|)"
@[termParser] def boo : ParserDescr :=
ParserDescr.node `boo
ParserDescr.node `boo 10
(ParserDescr.andthen
(ParserDescr.symbol "[|")
(ParserDescr.andthen