58
58
59
59
<===>
60
60
================================================================================
61
- <===> named/options.yml
62
- ---
63
- :todo:
64
- - sass/libsass#2916
65
-
66
61
<===> named/input.scss
67
62
a {b: comparable($number1: 1, $number2: 2)}
68
63
@@ -85,7 +80,7 @@ Error: $number1: c is not a number.
85
80
input.scss 1:7 root stylesheet
86
81
87
82
<===> error/type/arg_1/error-libsass
88
- Error: argument `$number-1 ` of `comparable($number-1 , $number-2 )` must be a number
83
+ Error: argument `$number1 ` of `comparable($number1 , $number2 )` must be a number
89
84
on line 1:7 of input.scss, in function `comparable`
90
85
from line 1:7 of input.scss
91
86
>> a {b: comparable(c, 1)}
@@ -106,7 +101,7 @@ Error: $number2: c is not a number.
106
101
input.scss 1:7 root stylesheet
107
102
108
103
<===> error/type/arg_2/error-libsass
109
- Error: argument `$number-2 ` of `comparable($number-1 , $number-2 )` must be a number
104
+ Error: argument `$number2 ` of `comparable($number1 , $number2 )` must be a number
110
105
on line 1:7 of input.scss, in function `comparable`
111
106
from line 1:7 of input.scss
112
107
>> a {b: comparable(1, c)}
@@ -127,7 +122,7 @@ Error: Missing argument $number2.
127
122
input.scss 1:7 root stylesheet
128
123
129
124
<===> error/too_few_args/error-libsass
130
- Error: Function comparable is missing argument $number-2 .
125
+ Error: Function comparable is missing argument $number2 .
131
126
on line 1 of input.scss
132
127
>> a {b: comparable(1)}
133
128
0 commit comments