Skip to content

Commit

Permalink
Add test for sass/libsass#2786
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 4, 2019
1 parent 368cfed commit 3d7529d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions spec/libsass-closed-issues/issue_2786.hrx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<===> input.scss
@supports (foo: bar) or {
}

<===> status
65

<===> error
Error: Invalid CSS after "... (foo: bar) or ": expected @supports condition (e.g. (display: flexbox)), was "{"
on line 1:24 of /sass/spec/libsass-issues/issue_2786/input.scss
>> @supports (foo: bar) or {

-----------------------^

<===> error-dart-sass
Error: expected "(".
@supports (foo: bar) or {
^
/sass/spec/libsass-issues/issue_2786/input.scss 1:25 root stylesheet

0 comments on commit 3d7529d

Please sign in to comment.