We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e2c48 commit 7290d44Copy full SHA for 7290d44
tests/haskell-indentation-tests.el
@@ -59,6 +59,7 @@ Example of lines:
59
"^ ^ ^"))
60
61
(ert-deftest haskell-indentation-check-2-unicode ()
62
+ :expected-result :failed
63
"Handle underscore in identifiers (unicode)"
64
(haskell-indentation-check
65
"function = do"
@@ -76,6 +77,7 @@ Example of lines:
76
77
78
(ert-deftest haskell-indentation-check-2a-unicode ()
79
"Handle apostrophe in identifiers (unicode)"
80
81
82
83
" (_'x') ← return ()"
@@ -173,6 +175,7 @@ Example of lines:
173
175
" ^"))
174
176
177
(ert-deftest haskell-indentation-check-11-unicode ()
178
179
"Guards with commas (unicode)"
180
181
"clunky env var1 var2"
0 commit comments