Skip to content

Added a failing test for indenting maps with sting as keys #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

gausby
Copy link
Contributor

@gausby gausby commented May 23, 2016

It assumes the following indentation to be correct:

%{
  "data" => %{
    "foo" => %{
      "bar" => nil
    }
  }
}

This relates to #359

It assumes the following indentation to be correct:
```elixir
%{
  "data" => %{
    "foo" => %{
      "bar" => nil
    }
  }
}
```
@whatyouhide
Copy link

Great job @gausby!

@gausby
Copy link
Contributor Author

gausby commented May 23, 2016

@whatyouhide it's not that big of a task ;)

The hardest part is to find where in the file to put it. Perhaps we should do a restructure of the indentation tests at some point.

@whatyouhide
Copy link

@gausby yeah, indentation needs so much work. Everything helps IMO, so if you feel like it go for it 👍 :)

@whatyouhide
Copy link

@tonini ping?

@tonini
Copy link
Contributor

tonini commented May 29, 2016

Sorry I had to talk to with the emacs evm guy because there where an issue with the binary. Thanks :)

@tonini tonini merged commit 2865589 into elixir-editors:master May 29, 2016
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
* silence warning

* silence warning

* handle eex compiler returning error colum

* update elixir_sense

* fix warning

the test was incomplete

* capture log

* fix mixfile purging in in_fixture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants