Skip to content

Commit 5af0e9d

Browse files
committed
Mark unicode tests as passing
1 parent 6912368 commit 5af0e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/haskell-indentation-tests.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function = do
126126
((2 0) 2)
127127
((3 0) 0 2 10))
128128

129-
(hindent-test "2u* Handle underscore in identifiers""
129+
(hindent-test "2u Handle underscore in identifiers""
130130
function = do
131131
(_x) ← return ()
132132
z"
@@ -142,7 +142,7 @@ function = do
142142
((2 0) 2)
143143
((3 0) 0 2 12))
144144

145-
(hindent-test "2au* Handle apostrophe in identifiers""
145+
(hindent-test "2au Handle apostrophe in identifiers""
146146
function = do
147147
(_'x') ← return ()
148148
z"

0 commit comments

Comments
 (0)