chore: fix test
This commit is contained in:
parent
400aa435f3
commit
aa66fc376b
1 changed files with 2 additions and 2 deletions
|
|
@ -18,10 +18,10 @@ open Lean.Parser
|
|||
@[termParser] def boo : ParserDescr :=
|
||||
ParserDescr.node `boo
|
||||
(ParserDescr.andthen
|
||||
(ParserDescr.symbol "[|" 0)
|
||||
(ParserDescr.symbol "[|")
|
||||
(ParserDescr.andthen
|
||||
(ParserDescr.parser `term 0)
|
||||
(ParserDescr.symbol "|]" 0)))
|
||||
(ParserDescr.symbol "|]")))
|
||||
|
||||
open Lean.Elab.Term
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue