Skip to content

Commit 8e4edab

Browse files
committed
Mark tests broken by sass/libsass#3086 as todo
1 parent 8bf8ba8 commit 8e4edab

11 files changed

+55
-0
lines changed

spec/non_conformant/basic/12_pseudo_classes_and_elements.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ a b :first-child :not(.foo), a b :nth-of-type(-2n+1) :not(.foo) {
3636
a b :first-child a, a b :nth-of-type(-2n+1) a {
3737
b: c;
3838
}
39+
40+
<===> options.yml
41+
---
42+
:todo:
43+
- sass/libsass#3099

spec/non_conformant/basic/44_bem_selectors.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ divhux {
2828
divdiv.foo#bar[hux] {
2929
blah: blah;
3030
}
31+
32+
<===> options.yml
33+
---
34+
:todo:
35+
- sass/libsass#3099

spec/non_conformant/extend-tests/018_test_id_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a .foo.bar, -a .bar#baz {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/065_test_attribute_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a [foo=bar].baz, -a [foo=bar][foo=baz] {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/066_test_attribute_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a [foo=bar].baz, -a [foo=bar][foo^=bar] {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/067_test_attribute_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a [foo=bar].baz, -a [foo=bar][foot=bar] {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/068_test_attribute_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a [foo=bar].baz, -a [foo=bar][ns|foo=bar] {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/070_test_pseudo_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a :foo.baz, -a :foo:foo(2n+1) {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/071_test_pseudo_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a :foo.baz, -a :foo::foo {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/074_test_pseudo_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a :foo.baz, -a :foo:bar {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

spec/non_conformant/extend-tests/087_test_negation_unification.hrx

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
-a :not(.foo).baz, -a :not(.foo):not(.bar) {
77
a: b;
88
}
9+
10+
<===> options.yml
11+
---
12+
:todo:
13+
- sass/libsass#3099

0 commit comments

Comments
 (0)