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

Errors for missing ending brace no longer include last line #1506

Closed
drewwells opened this issue Aug 31, 2015 · 3 comments
Closed

Errors for missing ending brace no longer include last line #1506

drewwells opened this issue Aug 31, 2015 · 3 comments

Comments

@drewwells
Copy link
Contributor

Input:

div {
  height: 10px;

Expected error:

Error > stdin:2
Invalid CSS after "...  height: 10px;": expected "}", was ""
div {
  height: 10px;

Actual error:

Error > stdin:2
        Invalid CSS after "": expected "}", was ""
        div {
          height: 10px;
@xzyfer
Copy link
Contributor

xzyfer commented Aug 31, 2015

I expect this is related to #1496

@drewwells
Copy link
Contributor Author

Confirmed it is, reverting mgreter@139ca8d fixes this issue

@mgreter
Copy link
Contributor

mgreter commented Sep 3, 2015

This should be fixed by #1512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants