Skip to content

Commit

Permalink
Rename files according to style guide
Browse files Browse the repository at this point in the history
Also:
1. Remove `<===> status`
2. Fix expected error for dart-sass
  • Loading branch information
glebm committed Apr 4, 2019
1 parent 3d7529d commit 9f44980
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions spec/libsass-closed-issues/issue_2786.hrx
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<===> input.scss
<===> error/input.scss
@supports (foo: bar) or {
}

<===> status
65

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

0 comments on commit 9f44980

Please sign in to comment.