Skip to content

Commit 513d589

Browse files
committed
Merge pull request #886 from k-bx/884-unexpected-then
Expecting then
2 parents e4ed602 + 6084005 commit 513d589

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/haskell-indentation-tests.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,5 +556,11 @@ foo = let
556556
((3 0) 6 9)
557557
((4 0) 4))
558558

559+
(hindent-test "27* expecting then (GH-884)" "
560+
foo = do
561+
if True
562+
then return ()
563+
"
564+
((4 0) 4))
559565

560566
;;; haskell-indentation-tests.el ends here

0 commit comments

Comments
 (0)