@@ -377,13 +377,6 @@ Error: argument `$end-at` of `str-slice($string, $start-at, $end-at:-1)` must be
377
377
378
378
------^
379
379
380
- <===>
381
- ================================================================================
382
- <===> error/decimal/options.yml
383
- ---
384
- :todo:
385
- - sass/libsass#2922
386
-
387
380
<===>
388
381
================================================================================
389
382
<===> error/decimal/start/input.scss
@@ -397,6 +390,14 @@ Error: 0.5 is not an int.
397
390
'
398
391
input.scss 1:7 root stylesheet
399
392
393
+ <===> error/decimal/start/error-libsass
394
+ Error: $start-at: 0.500000 is not an int
395
+ on line 1:7 of input.scss, in function `str-slice`
396
+ from line 1:7 of input.scss
397
+ >> a {b: str-slice("", 0.5)}
398
+
399
+ ------^
400
+
400
401
<===>
401
402
================================================================================
402
403
<===> error/decimal/end/input.scss
@@ -410,6 +411,14 @@ Error: 1.5 is not an int.
410
411
'
411
412
input.scss 1:7 root stylesheet
412
413
414
+ <===> error/decimal/end/error-libsass
415
+ Error: $end-at: 1.500000 is not an int
416
+ on line 1:7 of input.scss, in function `str-slice`
417
+ from line 1:7 of input.scss
418
+ >> a {b: str-slice("", 1, 1.5)}
419
+
420
+ ------^
421
+
413
422
<===>
414
423
================================================================================
415
424
<===> error/too_few_args/input.scss
0 commit comments