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 6feda23 commit 089c941Copy full SHA for 089c941
tests/haskell-indentation-tests.el
@@ -852,7 +852,7 @@ function =
852
"
853
(84 4))
854
855
-(hindent-test "46* case expression with paths on their own lines" "
+(hindent-test "46 case expression with paths on their own lines" "
856
fact n =
857
case n of
858
0 -> 1
@@ -861,8 +861,8 @@ fact n =
861
(1 0)
862
(2 2)
863
(3 4)
864
- (4 0 2 4 9)
865
- (5 0 2 4 9))
+ (4 0 2 4 6)
+ (5 0 2 4 6))
866
867
(ert-deftest haskell-indentation-ret-indents ()
868
(switch-to-buffer (get-buffer-create "source.hs"))
0 commit comments