You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
str-slice("c👭d", 2, 2) should return "👭", but on Dart Sass it returns "���" instead (that's the sequence of bytes 0xED, 0xA0, 0xBD, which is not valid UTF-8).
The text was updated successfully, but these errors were encountered:
str-slice("c👭d", 2, 2)
should return"👭"
, but on Dart Sass it returns"���"
instead (that's the sequence of bytes0xED
,0xA0
,0xBD
, which is not valid UTF-8).The text was updated successfully, but these errors were encountered: