We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 689510d + 9cc79de commit 7b32644Copy full SHA for 7b32644
test/elixir-mode-indentation-test.el
@@ -630,6 +630,32 @@ def foo() do
630
end
631
")
632
633
+(elixir-def-indentation-test cond-within-with
634
+ (:expected-result :failed :tags '(indentation))
635
+ ;; https://github.com/elixir-lang/emacs-elixir/issues/319
636
+ "with(
637
+ foo <-
638
+ cond do
639
+ bar ->
640
+ bar
641
+
642
+ baz ->
643
+ baz
644
+ end,
645
+ do: :ok
646
+)"
647
648
649
650
651
652
653
654
655
656
657
+)")
658
659
(elixir-def-indentation-test indent-heredoc
660
(:tags '(indentation))
661
"
0 commit comments