Skip to content

Commit db9f6f5

Browse files
committed
Adjust some spec tests to pass upcoming libsass
1 parent 8704298 commit db9f6f5

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

spec/libsass-closed-issues/issue_308/error

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
WARNING on line 7, column 2 of /sass/sass-spec/spec/libsass-closed-issues/issue_308/input.scss:
1+
WARNING on line 7, column 2 of /sass/spec/libsass-issues/issue_308/input.scss:
22
You probably don't mean to use the color value `orange' in interpolation here.
33
It may end up represented as #ffa500, which will likely produce invalid CSS.
44
Always quote color names when using them as strings (for example, "orange").
55
If you really want to use the color value here, use `"" + $var'.
6-
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
regressed between 3.4.16 and 3.4.20
2+
3+
strange indentation after comment block

0 commit comments

Comments
 (0)