test: test for #1267
This commit is contained in:
parent
e8891986f2
commit
d4eed2e490
1 changed files with 13 additions and 0 deletions
13
tests/lean/run/1267.lean
Normal file
13
tests/lean/run/1267.lean
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
example : 1 = 2 := calc
|
||||
_ = _ := sorry
|
||||
|
||||
example : 1 = 2 :=
|
||||
calc
|
||||
_ = _ := sorry
|
||||
|
||||
example : 1 = 2 := by calc
|
||||
_ = _ := sorry
|
||||
|
||||
example : 1 = 2 := by
|
||||
calc
|
||||
_ = _ := sorry
|
||||
Loading…
Add table
Reference in a new issue