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.
1 parent c294e6b commit 3b60e8dCopy full SHA for 3b60e8d
tests/haskell-indent-tests.el
@@ -6,6 +6,9 @@
6
(ert-deftest haskell-indent-in-comment-1 ()
7
"Document bad behavior. Should not assert."
8
:expected-result :failed
9
+ ;; Emacs 25 (snapshot) starts debugger on cl-assert
10
+ ;; even in batch mode. So we do not run this test.
11
+ (skip-unless (< emacs-major-version 25))
12
(should (with-temp-buffer
13
(haskell-mode)
14
(haskell-indent-mode)
0 commit comments