Skip to content

Commit 391d4c9

Browse files
committed
Merge pull request #681 from gracjan/pr-fix-indentation-test
Fix indentation test
2 parents e9f4c0f + 6f2e73c commit 391d4c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/haskell-indentation-tests.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ Example of lines:
6060

6161
(ert-deftest haskell-indentation-check-2a ()
6262
"Handle apostrophe in identifiers"
63-
:expected-result :failed
6463
(haskell-indentation-check
6564
"function = do"
6665
" (_'x') <- return ()"
6766
" z"
68-
"^ ^ ^"))
67+
"^ ^ ^"))
6968

7069

7170
(ert-deftest haskell-indentation-check-3 ()

0 commit comments

Comments
 (0)