Skip to content

Commit 8502179

Browse files
committed
Tests for backtab no longer fail.
1 parent 7509468 commit 8502179

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/haskell-simple-indent-tests.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
(setq indent-tabs-mode nil))))))
7575

7676
(ert-deftest find-indent-and-backtab-positions-1a ()
77-
:expected-result :failed
7877
(should (equal '((2 4 5 8 16 24 32 40 48 56)
7978
(2 4 5 8 16 24 32 40 48 56))
8079
(find-indent-and-backtab-positions '("a b c d e f g h"
@@ -88,7 +87,6 @@
8887
(setq-local indent-tabs-mode nil))))))
8988

9089
(ert-deftest find-indent-and-backtab-positions-2a ()
91-
:expected-result :failed
9290
(should (equal '((8 10 13 20 24 27 32 35 37 45)
9391
(8 10 13 20 24 27 32 35 37 45))
9492
(find-indent-and-backtab-positions '("\tx <- return 123 {- This is a comment -}")))))
@@ -107,7 +105,6 @@
107105
(setq-local indent-tabs-mode nil))))))
108106

109107
(ert-deftest find-indent-and-backtab-positions-3a ()
110-
:expected-result :failed
111108
(should (equal '((2 4 6 13 15 17 19 24 32 40)
112109
(2 4 6 13 15 17 19 24 32 40))
113110
(find-indent-and-backtab-positions '(" f g e e iirelevant"

0 commit comments

Comments
 (0)