You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix some segfaults caused by the parser being too forgiving (#2367)
* Make whitespace trimming in parser error messages optional
Forcing whitespace trimming makes it impossible to match some Ruby
Sass error messages.
* Fix segault when support conditions is missing
Originally reported by @MrTuxracer
* Fix segault when while predicate is missing
Originally reported by @MrTuxracer
0 commit comments