chore: fix test
This commit is contained in:
parent
f838b80e03
commit
f92166e913
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue