-
Notifications
You must be signed in to change notification settings - Fork 90
[WIP][DNM] First batch of specs for libsass parser backport #1425
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
Conversation
0101339
to
8e6c120
Compare
bc68cb9
to
78561e6
Compare
096ff2d
to
a9d117c
Compare
5f88139
to
8a93046
Compare
The current diff is about around where I want to aim for libsass 4.0. Will take me probably one week alone to sort out, rebase and squash all changes into groups that make sense to review ... |
@nex3 I seem to stumble a lot over the error "HRX::ParseError: Parse error on line 1, column 17 of spec/libsass/variable-scoping/blead-global/expanding/at-root.hrx: Invalid character U+000D". This seems to do with CRLF vs LF feeds. Not sure why the HRX parser fails about them with a hard error? My naive perl parser processes them without a problem ... |
Combine into one to see changes to master. Will split out commits once finished.
e705206
to
67f14dd
Compare
See sass/libsass#2918