Skip to content

Commit

Permalink
Activate specs for issue 1266
Browse files Browse the repository at this point in the history
This PR activates specs for sass/libsass#1266
  • Loading branch information
xzyfer committed Nov 13, 2015
1 parent b089cff commit 9d9da83
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions spec/libsass-closed-issues/issue_1266/max/error
@@ -0,0 +1,3 @@
Error: "blah" is not a number for `max'
on line 2 of /sass/sass-spec/spec/libsass-issues/issue_1266/input.scss
Use --trace for backtrace.
4 changes: 4 additions & 0 deletions spec/libsass-closed-issues/issue_1266/max/input.scss
@@ -0,0 +1,4 @@
$foo: 1 2 3 blah 4;
foo {
bar: call(max, $foo...);
}
File renamed without changes.
File renamed without changes.
Empty file.
4 changes: 4 additions & 0 deletions spec/libsass-closed-issues/issue_1266/min/input.scss
@@ -0,0 +1,4 @@
$foo: 1 2 3 blah 4;
foo {
bar: call(min, $foo...);
}
1 change: 1 addition & 0 deletions spec/libsass-closed-issues/issue_1266/min/status
@@ -0,0 +1 @@
65
3 changes: 0 additions & 3 deletions spec/libsass-todo-issues/issue_1266/input.scss

This file was deleted.

0 comments on commit 9d9da83

Please sign in to comment.