Skip to content

Commit 124dbb1

Browse files
committed
Merge pull request #549 from xzyfer/feat/issue-1612
Add specs for issue 1612
2 parents 8b551e7 + 03f1926 commit 124dbb1

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)