chore: fix test
@Kha the tests `Reparen.lean` and `Reformat.lean` are still
broken. Could you please take a look?
They broke because I changed the `match` syntax at 3ce794c58.
This commit is contained in:
parent
9bd4acd9c9
commit
e59735bde9
1 changed files with 3 additions and 3 deletions
|
|
@ -230,7 +230,7 @@ match x with
|
|||
| none => false
|
||||
(Term.match
|
||||
"match"
|
||||
[(Term.id `x [])]
|
||||
[[] (Term.id `x [])]
|
||||
[]
|
||||
"with"
|
||||
["|"]
|
||||
|
|
@ -246,7 +246,7 @@ match x with
|
|||
|
||||
(Term.match
|
||||
"match"
|
||||
[(Term.id `x [])]
|
||||
[[] (Term.id `x [])]
|
||||
[]
|
||||
"with"
|
||||
["|"]
|
||||
|
|
@ -255,7 +255,7 @@ match x with
|
|||
"=>"
|
||||
(Term.match
|
||||
"match"
|
||||
[(Term.id `y [])]
|
||||
[[] (Term.id `y [])]
|
||||
[]
|
||||
"with"
|
||||
["|"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue