File tree 2 files changed +1
-3
lines changed 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ Minor modes that work well with `haskell-mode':
644
644
(set (make-local-variable 'paragraph-start )
645
645
(concat " *{-\\ | *-- |\\ |" page-delimiter))
646
646
(set (make-local-variable 'paragraph-separate )
647
- (concat " *$\\ | *-- | \\ | * \\ ({-\\ |-}\\ ) *$\\ |" page-delimiter))
647
+ (concat " *$\\ | *\\ ({-\\ |-}\\ ) *$\\ |" page-delimiter))
648
648
(set (make-local-variable 'fill-paragraph-function ) 'haskell-fill-paragraph )
649
649
; ; (set (make-local-variable 'adaptive-fill-function) 'haskell-adaptive-fill)
650
650
(set (make-local-variable 'adaptive-fill-mode ) nil )
Original file line number Diff line number Diff line change @@ -378,8 +378,6 @@ Also should respect 10 column fill."
378
378
'(" -- @| a b c d" )))
379
379
380
380
(ert-deftest fill-comment-haddock-2 ()
381
- ; ; FIXME: This shouldn't be failing, https://github.com/haskell/haskell-mode/issues/851.
382
- :expected-result :failed
383
381
(check-fill '(" -- | a b c"
384
382
" -- d e" )
385
383
'(" -- @| a b c d"
You can’t perform that action at this time.
0 commit comments