File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 120120 " >=" " <" " >" " &&" " ||" " <>" " ++" " --" " //" " />" " =~" " |>" )))
121121
122122(defvar elixir-smie--block-operator-regexp
123- (rx " ->" ))
123+ (rx " ->" (0+ nonl) ))
124124
125125(defvar elixir-smie--spaces-til-eol-regexp
126126 (rx (and (1+ space) eol))
Original file line number Diff line number Diff line change 497497 end
498498end" )
499499
500- (elixir-def-indentation-test cond-comment
501- (:expected-result :failed )
500+ (elixir-def-indentation-test cond-comment ()
502501 "
503502def foo() do
504503cond do
@@ -599,8 +598,7 @@ def foo do #comment
599598end" )
600599
601600(elixir-def-indentation-test indent-single-line-match
602- (:expected-result :failed
603- :tags '(indentation))
601+ (:tags '(indentation))
604602 "
605603case x do
606604a -> b
You can’t perform that action at this time.
0 commit comments