Skip to content

Commit c44356c

Browse files
committed
Mark recursive test as passing
1 parent 9746f56 commit c44356c

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

tests/haskell-indentation-tests.el

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ function = abc
764764
xyz"
765765
((3 0) 0 7))
766766

767-
(hindent-test "45* phrase should not eat whole stack" "
767+
(hindent-test "45 phrase should not eat whole stack" "
768768
function =
769769
if True
770770
then True
@@ -847,44 +847,8 @@ function =
847847
if True
848848
then True
849849
else
850-
if True
851-
then True
852-
else
853-
if True
854-
then True
855-
else
856-
if True
857-
then True
858-
else
859-
if True
860-
then True
861-
else
862-
if True
863-
then True
864-
else
865-
if True
866-
then True
867-
else
868-
if True
869-
then True
870-
else
871-
if True
872-
then True
873-
else
874-
if True
875-
then True
876-
else
877-
if True
878-
then True
879-
else
880-
if True
881-
then True
882-
else
883-
if True
884-
then True
885-
else
886850
"
887-
((118 0) 0 4))
851+
((84 0) 4))
888852

889853

890854
(ert-deftest haskell-indentation-ret-indents ()

0 commit comments

Comments
 (0)