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 f70dc95 + a33eb58 commit 2865589Copy full SHA for 2865589
test/elixir-mode-indentation-test.el
@@ -1511,6 +1511,23 @@ defmodule Foo do
1511
end
1512
end")
1513
1514
+(elixir-def-indentation-test indent-maps-with-stings-as-keys
1515
+ (:expected-result :failed :tags '(indentation))
1516
+"%{
1517
+\"data\" => %{
1518
+\"foo\" => %{
1519
+\"bar\" => nil
1520
+}
1521
1522
+}"
1523
1524
+ \"data\" => %{
1525
+ \"foo\" => %{
1526
+ \"bar\" => nil
1527
+ }
1528
1529
+}")
1530
+
1531
(elixir-def-indentation-test indent-maps-and-structs-elements
1532
(:tags '(indentation))
1533
"
0 commit comments