Skip to content

Commit

Permalink
chore: test for no goal sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Feb 8, 2024
1 parent 57535aa commit 43e107e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/no_goal_sorry.expected.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{"messages":
[{"severity": "error",
"pos": {"line": 2, "column": 11},
"endPos": {"line": 2, "column": 18},
"data": "type expected, got\n (set Nat : ?m.8 PUnit)"},
{"severity": "error",
"pos": {"line": 3, "column": 2},
"endPos": {"line": 3, "column": 7},
"data": "no goals to be solved"}],
"env": 0}

1 change: 1 addition & 0 deletions test/no_goal_sorry.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"cmd" : "example : True := by\n have h : set Nat := by sorry\n sorry"}

0 comments on commit 43e107e

Please sign in to comment.