-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bug: Got multiple bindings ... but non-list value map-merge #39
Comments
Hm, sounds like the call isn't recognized as a call in the case with a newline after the second argument. I'll look into it (unless you're faster). |
glebm
added a commit
to glebm/rsass
that referenced
this issue
Feb 3, 2019
kaj
added a commit
that referenced
this issue
Feb 10, 2019
Sass-spec reports 1645 of 3440 tests for sass 3.6 passed. * Improve support for `transparent`. * PR #45 from @glebm: Automatically update passing / failing tests Hardkoded skiplists in spectest.rs is cleared apart for tests where rsass panics. * Issue 43: Normalize newlines in tests. * PR #44 from @glebm: Update to Rust 2018 Edition, Rust v1.31.0+ * Issue #39, PR #40 from @glebm: Parser CallArgs: Allow trailing spacelike sans "," * Issue #32: Make the selectors module pub. * Issue #34, PR #35 from @glebm: Accessing an undefined variable is an error. * Allow input starting with UTF-8 U+FEFF BOM. * Target sass spec version 3.6. Thanks to contributors @glebm, @maxbrunsfeld and @sunjay for code and suggestions.
kaj
added a commit
that referenced
this issue
Feb 10, 2019
Sass-spec reports 1645 of 3440 tests for sass 3.6 passed. * Improve support for `transparent`. * PR #45 from @glebm: Automatically update passing / failing tests Hardkoded skiplists in spectest.rs is cleared apart for tests where rsass panics. * Issue 43: Normalize newlines in tests. * PR #44 from @glebm: Update to Rust 2018 Edition, Rust v1.31.0+ * Issue #39, PR #40 from @glebm: Parser CallArgs: Allow trailing spacelike sans "," * Issue #32: Make the selectors module pub. * Issue #34, PR #35 from @glebm: Accessing an undefined variable is an error. * Allow input starting with UTF-8 U+FEFF BOM. * Target sass spec version 3.6. Thanks to contributors @glebm, @maxbrunsfeld and @sunjay for code and suggestions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Input
Error:
It works if I change:
to:
The text was updated successfully, but these errors were encountered: