Skip to content

Commit

Permalink
Merge pull request #331 from xzyfer/feat/issue_1098
Browse files Browse the repository at this point in the history
Add specs for issue 1098
  • Loading branch information
xzyfer committed Apr 16, 2015
2 parents ab6a221 + 6ddee2a commit 264a348
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/libsass-todo-issues/issue_1098/expected.compact.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
div { opacity: 1\9; width: 500px\9; color: #f00\9\0\;; }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
div{opacity:1\9;width:500px\9;color:#f00\9\0\;}
5 changes: 5 additions & 0 deletions spec/libsass-todo-issues/issue_1098/expected.expanded.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
div {
opacity: 1\9;
width: 500px\9;
color: #f00\9\0\;;
}
4 changes: 4 additions & 0 deletions spec/libsass-todo-issues/issue_1098/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
div {
opacity: 1\9;
width: 500px\9;
color: #f00\9\0\;; }
5 changes: 5 additions & 0 deletions spec/libsass-todo-issues/issue_1098/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
div {
opacity: 1\9;
width: 500px\9;
color: #f00\9\0\;
}

0 comments on commit 264a348

Please sign in to comment.