File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Example of lines:
59
59
" ^ ^ ^" ))
60
60
61
61
(ert-deftest haskell-indentation-check-2-unicode ()
62
+ :expected-result :failed
62
63
" Handle underscore in identifiers (unicode)"
63
64
(haskell-indentation-check
64
65
" function = do"
@@ -76,6 +77,7 @@ Example of lines:
76
77
77
78
(ert-deftest haskell-indentation-check-2a-unicode ()
78
79
" Handle apostrophe in identifiers (unicode)"
80
+ :expected-result :failed
79
81
(haskell-indentation-check
80
82
" function = do"
81
83
" (_'x') ← return ()"
@@ -173,6 +175,7 @@ Example of lines:
173
175
" ^" ))
174
176
175
177
(ert-deftest haskell-indentation-check-11-unicode ()
178
+ :expected-result :failed
176
179
" Guards with commas (unicode)"
177
180
(haskell-indentation-check
178
181
" clunky env var1 var2"
You can’t perform that action at this time.
0 commit comments