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

Expected compiled blank lines for variables #247

Closed
nschonni opened this issue Jan 13, 2014 · 1 comment
Closed

Expected compiled blank lines for variables #247

nschonni opened this issue Jan 13, 2014 · 1 comment

Comments

@nschonni
Copy link
Collaborator

I'm trying to add the sass-spec suite to node-sass (sass/node-sass#222) but I've run into line ending differences.

Although I've excluded the the 'todo' and 'extend' tests, I'm seeing failures between the number and placement of line endings https://travis-ci.org/andrew/node-sass/builds/16845180. Is this a node-sass difference or is the ruby runner just more tolerant to these difference?


Any interest in upstreaming this to the libsass CI test suite if this is resolved?

@akhleung
Copy link

Yeah, little discrepancies like this have been an issue for us (not just whitespace, but also things like color formats, rounding differences, etc). @hcatlin told me that there's a way to get Ruby Sass to output the abstract syntax tree (or something along those lines), so maybe that'll give us a way to normalize the output before diffing.

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

No branches or pull requests

3 participants