Skip to content

Commit

Permalink
Add spec test for libsass issue 871
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter authored and saper committed Sep 20, 2015
1 parent d77a603 commit 2847eb6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/libsass-todo-issues/issue_871/error
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Error: ".bar" failed to @extend ".foo".
The selector ".foo" was not found.
Use "@extend .foo !optional" if the extend should be able to fail.
on line 2 of /home/saper/sw/libsass/sass-spec/spec/libsass-todo-issues/issue_871/input.scss
Use --trace for backtrace.
Empty file.
Empty file.
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions spec/libsass-todo-issues/issue_871/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.bar {
@extend .foo;
color: green;
}
1 change: 1 addition & 0 deletions spec/libsass-todo-issues/issue_871/status
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
65

0 comments on commit 2847eb6

Please sign in to comment.