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

Segfault on missing semicolon #1803

Closed
xzyfer opened this issue Dec 27, 2015 · 0 comments
Closed

Segfault on missing semicolon #1803

xzyfer opened this issue Dec 27, 2015 · 0 comments

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Dec 27, 2015

Originally reported in sass/node-sass#1316

a {
  display: block

  b {
    c {
      foo: bar;
    }
  }
}

Ruby Sass

Error: Illegal nesting: Only properties may be nested beneath properties.
        on line 5 of test.scss
  Use --trace for backtrace.

LibSass 3.3.2

[1]    64183 segmentation fault  /Users/michael/Projects/Sass/sassc/bin/sassc test.scss

Spec added sass/sass-spec#644

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

2 participants