Skip to content

Commit

Permalink
test of all_goals sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Jan 17, 2024
1 parent 7f3620b commit 6d83eef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/by_cases.expected.out
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@

{"proofState": 2, "goals": ["case inr\nx : Int\nh : ¬x < 0\n⊢ x = x"]}

{"sorries":
[{"proofState": 3, "goal": "case inl\nx : Int\nh : x < 0\n⊢ x = x"},
{"proofState": 4, "goal": "case inr\nx : Int\nh : ¬x < 0\n⊢ x = x"}],
"proofState": 5,
"goals": []}

2 changes: 2 additions & 0 deletions test/by_cases.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

{"proofState" : 1, "tactic": "case inl => rfl"}

{"proofState" : 1, "tactic": "all_goals sorry"}

0 comments on commit 6d83eef

Please sign in to comment.