Skip to content
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

Bracket attributes no longer support empty lines #223

Closed
paulcretu opened this issue Mar 24, 2015 · 1 comment
Closed

Bracket attributes no longer support empty lines #223

paulcretu opened this issue Mar 24, 2015 · 1 comment
Labels
Milestone

Comments

@paulcretu
Copy link

I upgraded from 0.4.0 to 0.5.0 and multiline attributes that contain empty lines no longer work. For example:

ember-component [
  isHidden=foo
  value=bar

  saveAction="save" ]

Lines that contain comments don't work either:

ember-component [
  isHidden=foo
  value=bar
  / here's a comment
  saveAction="save" ]
@bantic
Copy link
Collaborator

bantic commented Mar 24, 2015

@paulcretu Thanks for this report. This likely relates to #219 as well.

@bantic bantic added this to the 0.5.1 milestone Mar 24, 2015
@bantic bantic added the bug label Mar 24, 2015
@thec0keman thec0keman modified the milestones: 0.6.0, v1.0.0 Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants