File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1331,7 +1331,7 @@ line."
13311331 (match-string-no-properties 1 ))
13321332 ((looking-at " [][(){}[,;]" )
13331333 (match-string-no-properties 0 ))
1334- ((looking-at " \\ (\\\\\\ |->\\ |→ \\ | <-\\ |← \\ |:: \\ |∷ \\ |=\\ ||\\ )\\ ([^-:!#$%&*+./<=>?@\\\\ ^|~]\\ |$\\ )" )
1334+ ((looking-at " \\ (\\\\\\ |->\\ |<-\\ |:: \\ |=\\ ||\\ )\\ ([^-:!#$%&*+./<=>?@\\\\ ^|~]\\ |$\\ )" )
13351335 (match-string-no-properties 1 ))
13361336 ((looking-at " \\ (→\\ |←\\ |∷\\ )\\ ([^-:!#$%&*+./<=>?@\\\\ ^|~]\\ |$\\ )" )
13371337 (let ((tok (match-string-no-properties 1 )))
Original file line number Diff line number Diff 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" "
130130function = 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" "
146146function = do
147147 (_'x') ← return ()
148148 z"
You can’t perform that action at this time.
0 commit comments