From c1963b8613bcf0334ce22c929e79b4baba97de3c Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Mon, 7 Sep 2015 13:53:55 +0200 Subject: [PATCH] Document failing indentation with block comment --- tests/haskell-indentation-tests.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/haskell-indentation-tests.el b/tests/haskell-indentation-tests.el index 1bd08ea24..5a644ac24 100644 --- a/tests/haskell-indentation-tests.el +++ b/tests/haskell-indentation-tests.el @@ -518,4 +518,11 @@ func = 1234 ((4 0) 0 4 11) ((5 0) 6)) +(hindent-test "23* should not fail when seeing comments" " +-- important non-empty line +{- +-}" + ((3 2) 0)) + + ;;; haskell-indentation-tests.el ends here