Skip to content

Commit

Permalink
add guard clause test
Browse files Browse the repository at this point in the history
  • Loading branch information
raichoo committed May 22, 2018
1 parent d6c7712 commit b1ac468
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/indent/test019/expected.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
foo x
| x == x = True

|

,

=
3 changes: 3 additions & 0 deletions tests/indent/test019/test.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo x
| x == x = True

3 changes: 3 additions & 0 deletions tests/indent/test019/test.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Go| o,o= 
:saveas! result.hs
:q!
Expand Down

0 comments on commit b1ac468

Please sign in to comment.