Skip to content

Commit 37113ff

Browse files
committed
Merge pull request #1190 from neongreen/master
Add a test for indentation broken on a quasiquote
2 parents 6431491 + dbc7e57 commit 37113ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/haskell-indentation-tests.el

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,13 @@ test = [randomQQ| This is
656656
"
657657
(4 0 2))
658658

659+
(hindent-test "29c* quasiquote with quotes in it and a string outside" "
660+
foo = do
661+
let bar = [text|\"some text\"|]
662+
button \"Cancel\" $ do
663+
"
664+
(4 4))
665+
659666
(hindent-test "30* parse '[] identifier correctly" "
660667
instance Callable '[]
661668
"

0 commit comments

Comments
 (0)