-
Notifications
You must be signed in to change notification settings - Fork 356
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
Crash on float with leading sign but with no decimal #1856
Comments
Apparently this is still an issue. |
I went to add more tests for this, and the cases @stof mentioned ( |
I believe the issue as described by @stof is not that the inputs cause a crash, but rather that they now are no longer parsed as valid numbers. |
I don't think they were ever parsed as valid numbers (I just tested on 1.57.1). Certainly per spec they oughtn't. |
Ah. Testing with sassmeister, you're right -- they've never been accepted as valid numbers. In which case I think there's no issue with #1865. |
dart-sass
will crash on the following input:Stacktrace
The text was updated successfully, but these errors were encountered: