Skip to content

Commit b1ac468

Browse files
committed
add guard clause test
1 parent d6c7712 commit b1ac468

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

tests/indent/test019/expected.hs

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
foo x
2+
| x == x = True
3+
4+
|
5+
6+
,
7+
8+
=

tests/indent/test019/test.hs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
foo x
2+
| x == x = True
3+

tests/indent/test019/test.vim

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Go| o,o= 
2+
:saveas! result.hs
3+
:q!

0 commit comments

Comments
 (0)