diff --git a/tests/haskell-indentation-tests.el b/tests/haskell-indentation-tests.el index b51a6d192..d6d2064e6 100644 --- a/tests/haskell-indentation-tests.el +++ b/tests/haskell-indentation-tests.el @@ -624,4 +624,13 @@ foo = () " ((4 0) 0)) + +(hindent-test "34* beginning of line inside parentheses" " +data T = T { + foo :: String +, bar :: String +} + +" + ((5 0) 0)) ;;; haskell-indentation-tests.el ends here