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.
2 parents 0acebe2 + d3aad34 commit 0fadc09Copy full SHA for 0fadc09
tests/haskell-simple-indent-tests.el
@@ -105,7 +105,7 @@
105
(0 8 10 13 20 24 27 32 35 37))
106
(find-indent-and-backtab-positions '("\tx <- return 123 {- This is a comment -}")
107
(lambda ()
108
- (setq-local indent-tabs-mode nil))))))
+ (setq indent-tabs-mode nil))))))
109
110
(ert-deftest find-indent-and-backtab-positions-2a ()
111
(should (equal '((0 8 10 13 20 24 27 32 35 37)
@@ -123,7 +123,7 @@
123
" e f g h"
124
"")
125
126
127
128
(ert-deftest find-indent-and-backtab-positions-3a ()
129
(should (equal '((0 2 4 6 13 15 17 19 24 32)
0 commit comments