Skip to content

Commit 29cbe95

Browse files
committed
A bunch of warnings were being issued but since the test didn't expect them there was no failure.
1 parent 3163265 commit 29cbe95

File tree

24 files changed

+4236
-0
lines changed
  • spec
    • libsass-closed-issues
    • output_styles
      • compact
        • libsass-closed-issues
        • parser/operations
      • compressed
        • libsass-closed-issues
        • parser/operations
      • expanded
        • libsass-closed-issues
        • parser/operations
    • parser/operations

24 files changed

+4236
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
WARNING on line 4 of /sass/spec/libsass-issues/issue_1578/input.sass:
2+
This selector doesn't have any properties and will not be rendered.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
WARNING on line 7, column 2 of /sass/spec/libsass-issues/issue_308/input.scss:
2+
You probably don't mean to use the color value `orange' in interpolation here.
3+
It may end up represented as #ffa500, which will likely produce invalid CSS.
4+
Always quote color names when using them as strings (for example, "orange").
5+
If you really want to use the color value here, use `"" + $var'.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
WARNING on line 4 of /sass/spec/output_styles/compact/libsass-issues/issue_1578/input.sass:
2+
This selector doesn't have any properties and will not be rendered.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
WARNING on line 7, column 2 of /sass/spec/output_styles/compact/libsass-issues/issue_308/input.scss:
2+
You probably don't mean to use the color value `orange' in interpolation here.
3+
It may end up represented as #ffa500, which will likely produce invalid CSS.
4+
Always quote color names when using them as strings (for example, "orange").
5+
If you really want to use the color value here, use `"" + $var'.

spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/error

Lines changed: 355 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
2+
in a future version of Sass. To preserve the current behavior, use quotes:
3+
4+
unquote("10==itpl")
5+
6+
You can use the sass-convert command to automatically fix most cases.
7+
8+
DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
9+
in a future version of Sass. To preserve the current behavior, use quotes:
10+
11+
unquote("10 ==itpl")
12+
13+
You can use the sass-convert command to automatically fix most cases.
14+
15+
DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
16+
in a future version of Sass. To preserve the current behavior, use quotes:
17+
18+
unquote("10== itpl")
19+
20+
You can use the sass-convert command to automatically fix most cases.
21+
22+
DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
23+
in a future version of Sass. To preserve the current behavior, use quotes:
24+
25+
unquote("10 == itpl")
26+
27+
You can use the sass-convert command to automatically fix most cases.
28+
29+
DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
30+
in a future version of Sass. To preserve the current behavior, use quotes:
31+
32+
unquote("10%==itpl")
33+
34+
You can use the sass-convert command to automatically fix most cases.
35+
36+
DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
37+
in a future version of Sass. To preserve the current behavior, use quotes:
38+
39+
unquote("10% ==itpl")
40+
41+
You can use the sass-convert command to automatically fix most cases.
42+
43+
DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
44+
in a future version of Sass. To preserve the current behavior, use quotes:
45+
46+
unquote("10%== itpl")
47+
48+
You can use the sass-convert command to automatically fix most cases.
49+
50+
DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
51+
in a future version of Sass. To preserve the current behavior, use quotes:
52+
53+
unquote("10% == itpl")
54+
55+
You can use the sass-convert command to automatically fix most cases.
56+
57+
DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
58+
in a future version of Sass. To preserve the current behavior, use quotes:
59+
60+
unquote("10px==itpl")
61+
62+
You can use the sass-convert command to automatically fix most cases.
63+
64+
DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
65+
in a future version of Sass. To preserve the current behavior, use quotes:
66+
67+
unquote("10px ==itpl")
68+
69+
You can use the sass-convert command to automatically fix most cases.
70+
71+
DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
72+
in a future version of Sass. To preserve the current behavior, use quotes:
73+
74+
unquote("10px== itpl")
75+
76+
You can use the sass-convert command to automatically fix most cases.
77+
78+
DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
79+
in a future version of Sass. To preserve the current behavior, use quotes:
80+
81+
unquote("10px == itpl")
82+
83+
You can use the sass-convert command to automatically fix most cases.
84+
85+
DEPRECATION WARNING on line 54 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
86+
in a future version of Sass. To preserve the current behavior, use quotes:
87+
88+
unquote("#AAA==itpl")
89+
90+
You can use the sass-convert command to automatically fix most cases.
91+
92+
DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
93+
in a future version of Sass. To preserve the current behavior, use quotes:
94+
95+
unquote("#AAA ==itpl")
96+
97+
You can use the sass-convert command to automatically fix most cases.
98+
99+
DEPRECATION WARNING on line 56 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
100+
in a future version of Sass. To preserve the current behavior, use quotes:
101+
102+
unquote("#AAA== itpl")
103+
104+
You can use the sass-convert command to automatically fix most cases.
105+
106+
DEPRECATION WARNING on line 57 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
107+
in a future version of Sass. To preserve the current behavior, use quotes:
108+
109+
unquote("#AAA == itpl")
110+
111+
You can use the sass-convert command to automatically fix most cases.
112+
113+
DEPRECATION WARNING on line 58 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
114+
in a future version of Sass. To preserve the current behavior, use quotes:
115+
116+
unquote("itpl==itpl")
117+
118+
You can use the sass-convert command to automatically fix most cases.
119+
120+
DEPRECATION WARNING on line 59 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
121+
in a future version of Sass. To preserve the current behavior, use quotes:
122+
123+
unquote("itpl ==itpl")
124+
125+
You can use the sass-convert command to automatically fix most cases.
126+
127+
DEPRECATION WARNING on line 60 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
128+
in a future version of Sass. To preserve the current behavior, use quotes:
129+
130+
unquote("itpl== itpl")
131+
132+
You can use the sass-convert command to automatically fix most cases.
133+
134+
DEPRECATION WARNING on line 61 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified
135+
in a future version of Sass. To preserve the current behavior, use quotes:
136+
137+
unquote("itpl == itpl")
138+
139+
You can use the sass-convert command to automatically fix most cases.
140+
141+
DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
142+
The result of `10 == 10%` will be `false` in future releases of Sass.
143+
Unitless numbers will no longer be equal to the same numbers with units.
144+
145+
DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
146+
The result of `10 == 10%` will be `false` in future releases of Sass.
147+
Unitless numbers will no longer be equal to the same numbers with units.
148+
149+
DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
150+
The result of `10 == 10%` will be `false` in future releases of Sass.
151+
Unitless numbers will no longer be equal to the same numbers with units.
152+
153+
DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
154+
The result of `10 == 10%` will be `false` in future releases of Sass.
155+
Unitless numbers will no longer be equal to the same numbers with units.
156+
157+
DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
158+
The result of `10 == 10px` will be `false` in future releases of Sass.
159+
Unitless numbers will no longer be equal to the same numbers with units.
160+
161+
DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
162+
The result of `10 == 10px` will be `false` in future releases of Sass.
163+
Unitless numbers will no longer be equal to the same numbers with units.
164+
165+
DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
166+
The result of `10 == 10px` will be `false` in future releases of Sass.
167+
Unitless numbers will no longer be equal to the same numbers with units.
168+
169+
DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss:
170+
The result of `10 == 10px` will be `false` in future releases of Sass.
171+
Unitless numbers will no longer be equal to the same numbers with units.

0 commit comments

Comments
 (0)