Skip to content

Commit 890e727

Browse files
committed
Add todo spec test for libsass issue 2808
sass/libsass#2808
1 parent 16a640b commit 890e727

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<===> input.scss
2+
test {
3+
content: str-slice(abcdef, -10, 2)
4+
}
5+
6+
<===> output.css
7+
test {
8+
content: ab;
9+
}

0 commit comments

Comments
 (0)