Skip to content

Commit 0358ac1

Browse files
committed
Add specs for issue 1583
This PR add specs for sass/libsass#1583
1 parent b10c75e commit 0358ac1

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foo { string: (foo,); length: 6; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foo{string:(foo,);length:6}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
foo {
2+
string: (foo,);
3+
length: 6;
4+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
foo {
2+
string: (foo,);
3+
length: 6; }
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
foo {
2+
string: inspect(&);
3+
length: str-length(inspect(&));
4+
}

0 commit comments

Comments
 (0)