<===> error/syntax/eof_after_bang/input.scss
// Regression test for sass/dart-sass#1049. The lack of a trailing newline is
// necessary for the regression test.
a {b: !
<===> error/syntax/eof_after_bang/error
Error: Expected "important".
,
3 | a {b: !
| ^
'
input.scss 3:8 root stylesheet
<===> error/syntax/eof_after_bang/error-libsass
Error: Invalid CSS after "a {b:": expected expression (e.g. 1px, bold), was "!"
on line 3:7 of input.scss
>> a {b: !
------^