File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1331,7 +1331,7 @@ line."
1331
1331
(match-string-no-properties 1 ))
1332
1332
((looking-at " [][(){}[,;]" )
1333
1333
(match-string-no-properties 0 ))
1334
- ((looking-at " \\ (\\\\\\ |->\\ |→ \\ | <-\\ |← \\ |:: \\ |∷ \\ |=\\ ||\\ )\\ ([^-:!#$%&*+./<=>?@\\\\ ^|~]\\ |$\\ )" )
1334
+ ((looking-at " \\ (\\\\\\ |->\\ |<-\\ |:: \\ |=\\ ||\\ )\\ ([^-:!#$%&*+./<=>?@\\\\ ^|~]\\ |$\\ )" )
1335
1335
(match-string-no-properties 1 ))
1336
1336
((looking-at " \\ (→\\ |←\\ |∷\\ )\\ ([^-:!#$%&*+./<=>?@\\\\ ^|~]\\ |$\\ )" )
1337
1337
(let ((tok (match-string-no-properties 1 )))
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ function = do
126
126
((2 0 ) 2 )
127
127
((3 0 ) 0 2 10 ))
128
128
129
- (hindent-test " 2u* Handle underscore in identifiers" "
129
+ (hindent-test " 2u Handle underscore in identifiers" "
130
130
function = do
131
131
(_x) ← return ()
132
132
z"
@@ -142,7 +142,7 @@ function = do
142
142
((2 0 ) 2 )
143
143
((3 0 ) 0 2 12 ))
144
144
145
- (hindent-test " 2au* Handle apostrophe in identifiers" "
145
+ (hindent-test " 2au Handle apostrophe in identifiers" "
146
146
function = do
147
147
(_'x') ← return ()
148
148
z"
You can’t perform that action at this time.
0 commit comments