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 109c130 + fa83b08 commit 4f1b52cCopy full SHA for 4f1b52c
test/elixir-mode-indentation-test.el
@@ -1444,6 +1444,27 @@ fn x ->
1444
end
1445
end")
1446
1447
+(elixir-def-indentation-test case-with-multiline-maps
1448
+ ; the last key does not align properly in multiline maps
1449
+ ; https://github.com/elixir-lang/emacs-elixir/issues/297
1450
+ (:expected-result :failed :tags '(indentation))
1451
+"case statement do
1452
+ %{\"foo\" => \"foo\",
1453
+ \"baz\" => \"baz\"} ->
1454
+ :ok
1455
+
1456
+ _ ->
1457
1458
+end"
1459
1460
1461
1462
1463
1464
1465
1466
+end")
1467
1468
(elixir-def-indentation-test close-map-curly-brackt
1469
(:tags '(indentation))
1470
"
0 commit comments