Skip to content

Commit e086e41

Browse files
authored
Update specs for Dart Sass's failed-extend output. (#994)
1 parent 17ae276 commit e086e41

File tree

9 files changed

+21
-13
lines changed

9 files changed

+21
-13
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Error: The target selector was not found.
2+
Use "@extend %foo !optional" to avoid this error.
3+
@extend %foo;
4+
^^^^^^^^^^^^
5+
/sass/spec/errors/extend/placeholder/missing/input.scss 2:3

spec/errors/extend/placeholder/missing/options.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Error: The target selector was not found.
2+
Use "@extend .foo !optional" to avoid this error.
3+
@extend .foo;
4+
^^^^^^^^^^^^
5+
/sass/spec/errors/extend/selector/missing/input.scss 2:3

spec/errors/extend/selector/missing/options.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Error: The target selector was not found.
2+
Use "@extend %an-undefined-placeholder !optional" to avoid this error.
3+
@extend %an-undefined-placeholder;
4+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5+
/sass/spec/libsass-issues/issue_1670/input.scss 2:3

spec/libsass-closed-issues/issue_1670/options.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Error: The target selector was not found.
2-
Use "@extend %foo !optional" to avoid this error.
2+
Use "@extend .z-depth-half-1 !optional" to avoid this error.
33
@extend .z-depth-half-1;
44
^^^^^^^^^^^^^^^^^^^^^^^
55
/sass/spec/libsass-issues/issue_1916/input.scss 13:5
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Error: The target selector was not found.
2+
Use "@extend .foo !optional" to avoid this error.
3+
@extend .foo;
4+
^^^^^^^^^^^^
5+
/sass/spec/libsass-issues/issue_871/input.scss 2:3

spec/libsass-closed-issues/issue_871/options.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)