test: forgot tabs ban test
This commit is contained in:
parent
af391fe812
commit
14c5ec559b
2 changed files with 5 additions and 0 deletions
4
tests/lean/noTabs.lean
Normal file
4
tests/lean/noTabs.lean
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#check
|
||||
let a := 1
|
||||
let b := 2
|
||||
a + b
|
||||
1
tests/lean/noTabs.lean.expected.out
Normal file
1
tests/lean/noTabs.lean.expected.out
Normal file
|
|
@ -0,0 +1 @@
|
|||
noTabs.lean:3:0: error: tabs are not allowed; please configure your editor to expand them
|
||||
Loading…
Add table
Reference in a new issue