fix(tests): fix tests
This commit is contained in:
parent
97a01d25fd
commit
94ecc3292f
2 changed files with 3 additions and 5 deletions
|
|
@ -8,11 +8,9 @@ a b c : ℕ
|
|||
⊢ b = b
|
||||
andthen_focus_error_message.lean:16:14: error: focus tactic failed, insufficient number of tactics
|
||||
state:
|
||||
no goals
|
||||
a : ℕ
|
||||
⊢ a = a
|
||||
andthen_focus_error_message.lean:22:14: error: focus tactic failed, insufficient number of tactics
|
||||
state:
|
||||
a : ℕ
|
||||
⊢ a = a
|
||||
|
||||
a : ℕ
|
||||
⊢ a = a
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{"msgs":[{"caption":"","file_name":"f","pos_col":2,"pos_line":4,"severity":"error","text":"focus tactic failed, insufficient number of tactics\nstate:\nb c : ℕ,\na_2 : b = 0\n⊢ b = 0"}],"response":"all_messages"}
|
||||
{"msgs":[{"caption":"","file_name":"f","pos_col":2,"pos_line":4,"severity":"error","text":"focus tactic failed, insufficient number of tactics\nstate:\na b c : ℕ,\na_1 : a = b,\na_2 : b = 0\n⊢ b = a"}],"response":"all_messages"}
|
||||
{"message":"file invalidated","response":"ok","seq_num":0}
|
||||
{"record":{"source":,"state":"a b c : ℕ,\na_1 : a = b,\na_2 : b = 0\n⊢ a = 0","tactic_param_idx":0,"tactic_params":["{ tactic }"],"text":"focus","type":"tactic.interactive.itactic → tactic unit"},"response":"ok","seq_num":5}
|
||||
{"record":{"source":,"state":"b c : ℕ,\na_2 : b = 0\n⊢ b = 0","tactic_param_idx":0,"tactic_params":["{ tactic }"],"text":"focus","type":"tactic.interactive.itactic → tactic unit"},"response":"ok","seq_num":7}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue