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 bd9960b + d6eb5e8 commit 4ab2d8cCopy full SHA for 4ab2d8c
tests/haskell-indentation-tests.el
@@ -77,15 +77,15 @@ because it helps increase coverage."
77
(goto-char (point-min))
78
(forward-line (1- line))
79
(should
80
- (equal (cons (line-number-at-pos)
+ (equal current
81
+ (cons (line-number-at-pos)
82
(condition-case condition
83
(haskell-indentation-find-indentations)
84
(error
85
;; for unknown reason Emacs 24.4 ERT does not
86
;; catch overrun recursion, so we have to
87
;; catch it here, and throw it again
- (signal (car condition) (cdr condition)))))
88
- current))))))
+ (signal (car condition) (cdr condition)))))))))))
89
90
(defmacro hindent-test (name source &rest test-cases)
91
"Define ert test using `haskell-indentation-check'.
0 commit comments