From dbc7e578778523d420b9729f5da527d5fa0d77c7 Mon Sep 17 00:00:00 2001 From: Artyom Date: Sat, 5 Mar 2016 22:03:09 +0300 Subject: [PATCH] Add a test for #1189 (indentation and quasiquotes) --- 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 59e7961ba..fa2cd00bb 100644 --- a/tests/haskell-indentation-tests.el +++ b/tests/haskell-indentation-tests.el @@ -656,6 +656,13 @@ test = [randomQQ| This is " (4 0 2)) +(hindent-test "29c* quasiquote with quotes in it and a string outside" " +foo = do + let bar = [text|\"some text\"|] + button \"Cancel\" $ do +" + (4 4)) + (hindent-test "30* parse '[] identifier correctly" " instance Callable '[] "