File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 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"
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 '(" \t x <- return 123 {- This is a comment -}" )))))
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"
You can’t perform that action at this time.
0 commit comments