Skip to content

Commit 03f1926

Browse files
committed
Add specs for issue 1612
This PR add specs for sass/libsass#1612
1 parent b63806f commit 03f1926

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+
c { b: "foo", bar; b: "foo", bar; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c{b:"foo", bar;b:"foo",bar}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
c {
2+
b: "foo", bar;
3+
b: "foo", bar;
4+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
c {
2+
b: "foo", bar;
3+
b: "foo", bar; }
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
c {
2+
b: "foo", bar;
3+
b: "foo", bar
4+
}

0 commit comments

Comments
 (0)