chore: fix test
This commit is contained in:
parent
55c5234100
commit
8188789cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ pure ()
|
|||
|
||||
open Lean.Parser
|
||||
|
||||
@[termParser] def tst := parser! "(|" >> termParser >> Parser.optional (symbol ", " >> termParser) >> "|)"
|
||||
@[termParser] def tst := leading_parser "(|" >> termParser >> Parser.optional (symbol ", " >> termParser) >> "|)"
|
||||
|
||||
def tst2 : Parser := symbol "(||" >> termParser >> symbol "||)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue