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

Fail on legitimate map #14

Open
ocoka opened this issue Dec 8, 2019 · 4 comments
Open

Fail on legitimate map #14

ocoka opened this issue Dec 8, 2019 · 4 comments

Comments

@ocoka
Copy link

ocoka commented Dec 8, 2019

input was

$settings_icons : (
    user: url('assets/svg/user.svg'),
    check: url('assets/svg/check.svg'),
    );
@ocoka
Copy link
Author

ocoka commented Dec 8, 2019

Hmm, I've just check it on text in issue again, and now it works ! Maybe while copying some was stripped...

@ocoka
Copy link
Author

ocoka commented Dec 8, 2019

Aha, find it, I've edited the desription, the issue in last colon, without it all good, but it libsass parse it without clause...

@ocoka
Copy link
Author

ocoka commented Dec 8, 2019

And in that case parser goes to infinity loop

$settings_icons : (
    user: url('assets/svg/user.svg'),
    check: url('assets/svg/check.svg'),
    //some: url('assets/1.jpg'));

@shawnbot shawnbot added the bug label Jan 29, 2020
@shawnbot
Copy link
Owner

Thanks for reporting this. I'll have to look at whether this is a problem with the underlying parser or this one.

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