Skip to content

Commit

Permalink
Add specs for issue 1418
Browse files Browse the repository at this point in the history
This PR add specs for sass/libsass#1418
  • Loading branch information
xzyfer committed Aug 4, 2015
1 parent c4ff830 commit 3a56f8c
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
3 changes: 3 additions & 0 deletions spec/libsass-todo-issues/issue_1418/dynamic/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo {
color: call(missing, $a: b);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error: Function missing doesn't support keyword arguments
3 changes: 3 additions & 0 deletions spec/libsass-todo-issues/issue_1418/static/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo {
color: missing($a: b);
}

0 comments on commit 3a56f8c

Please sign in to comment.