Skip to content

Commit

Permalink
Continue indentation after vbar test
Browse files Browse the repository at this point in the history
  • Loading branch information
gracjan committed Apr 21, 2016
1 parent 8c9d2bc commit 84ab4c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/haskell-indentation-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,14 @@ module X
(2 0)
(3 0))

(hindent-test "60* must continue indentation after a vertical bar" "
data X = X |
Y"
(1 0)
(2 9)
(3 0 9))


(ert-deftest haskell-indentation-ret-indents ()
(with-temp-switch-to-buffer
(haskell-mode)
Expand Down

0 comments on commit 84ab4c2

Please sign in to comment.