File tree 1 file changed +0
-3
lines changed 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 74
74
(setq indent-tabs-mode nil ))))))
75
75
76
76
(ert-deftest find-indent-and-backtab-positions-1a ()
77
- :expected-result :failed
78
77
(should (equal '((2 4 5 8 16 24 32 40 48 56 )
79
78
(2 4 5 8 16 24 32 40 48 56 ))
80
79
(find-indent-and-backtab-positions '(" a b c d e f g h"
88
87
(setq-local indent-tabs-mode nil ))))))
89
88
90
89
(ert-deftest find-indent-and-backtab-positions-2a ()
91
- :expected-result :failed
92
90
(should (equal '((8 10 13 20 24 27 32 35 37 45 )
93
91
(8 10 13 20 24 27 32 35 37 45 ))
94
92
(find-indent-and-backtab-positions '(" \t x <- return 123 {- This is a comment -}" )))))
107
105
(setq-local indent-tabs-mode nil ))))))
108
106
109
107
(ert-deftest find-indent-and-backtab-positions-3a ()
110
- :expected-result :failed
111
108
(should (equal '((2 4 6 13 15 17 19 24 32 40 )
112
109
(2 4 6 13 15 17 19 24 32 40 ))
113
110
(find-indent-and-backtab-positions '(" f g e e iirelevant"
You can’t perform that action at this time.
0 commit comments