mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
1225 lines
25 KiB
Plaintext
1225 lines
25 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:1
|
|
|
|
|
1 | / [title] {}
|
|
2 | | [title=foo] {}
|
|
3 | | [title="foo"] {}
|
|
4 | | [lang~="en-us"] {}
|
|
... |
|
|
19 | | [href*="insensitive" i] {}
|
|
20 | | [ href ] {}
|
|
| |________________^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:1
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:1
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:1
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:1
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:1
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:1
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:2
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:2
|
|
|
|
|
1 | [title] {}
|
|
| ^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:1:9
|
|
|
|
|
1 | [title] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:1
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:1
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:1
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:1
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:1
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:1
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:2
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:2
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:8
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:2:13
|
|
|
|
|
2 | [title=foo] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:1
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:1
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:1
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:1
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:1
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:1
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:2
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:2
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:8
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:3:15
|
|
|
|
|
3 | [title="foo"] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:1
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:1
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:1
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:1
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:1
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:1
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:2
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:2
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:8
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:4:17
|
|
|
|
|
4 | [lang~="en-us"] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:1
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:1
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:1
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:1
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:1
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:1
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:2
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:2
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:8
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:5:14
|
|
|
|
|
5 | [lang|="zh"] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:1
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:1
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:1
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:1
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:1
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:1
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:2
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:2
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:8
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:6:13
|
|
|
|
|
6 | [href^="#"] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:1
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:1
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:1
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:1
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:1
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:1
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:2
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:2
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:8
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:7:16
|
|
|
|
|
7 | [href$=".org"] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:1
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:1
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:1
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:1
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:1
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:1
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:2
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:2
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:8
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:8:19
|
|
|
|
|
8 | [href*="example"] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:1
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:1
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:1
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:1
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:1
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:1
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:2
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:2
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:8
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:9:25
|
|
|
|
|
9 | [href*="insensitive" i] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:1
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:1
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:1
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:1
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:1
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:1
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:2
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:2
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:8
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:10:25
|
|
|
|
|
10 | [href*="insensitive" I] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:1
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:1
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:1
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:1
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:1
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:1
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:2
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:2
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:8
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:11:18
|
|
|
|
|
11 | [href*="cAsE" s] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:1
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:1
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:1
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:1
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:1
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:1
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:2
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:2
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:8
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:12:18
|
|
|
|
|
12 | [href*="cAsE" S] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:1
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:1
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:1
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:1
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:1
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:1
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:2
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:2
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:6
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:10
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:13:15
|
|
|
|
|
13 | [foo|att=val] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:1
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:1
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:1
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:1
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:1
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:1
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:2
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:2
|
|
|
|
|
14 | [*|att] {}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:4
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:14:9
|
|
|
|
|
14 | [*|att] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:1
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:1
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:1
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:1
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:1
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:1
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:2
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:2
|
|
|
|
|
15 | [|att] {}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:3
|
|
|
|
|
15 | [|att] {}
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:15:8
|
|
|
|
|
15 | [|att] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:1
|
|
|
|
|
16 | [att] {}
|
|
| ^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:1
|
|
|
|
|
16 | [att] {}
|
|
| ^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:1
|
|
|
|
|
16 | [att] {}
|
|
| ^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:1
|
|
|
|
|
16 | [att] {}
|
|
| ^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:1
|
|
|
|
|
16 | [att] {}
|
|
| ^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:1
|
|
|
|
|
16 | [att] {}
|
|
| ^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:2
|
|
|
|
|
16 | [att] {}
|
|
| ^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:2
|
|
|
|
|
16 | [att] {}
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:16:7
|
|
|
|
|
16 | [att] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:1
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:1
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:1
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:1
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:1
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:1
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:2
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:2
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:4
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:4
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:12
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:17:21
|
|
|
|
|
17 | a[ class = "test" ] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:1
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:1
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:1
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:1
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:1
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:1
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:2
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:2
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:6
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:6
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:18
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:18:29
|
|
|
|
|
18 | a[ class = "test" ] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:1
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:1
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:1
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:1
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:1
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:1
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:2
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:2
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:8
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:19:27
|
|
|
|
|
19 | [href*="insensitive" i] {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:1
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:1
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:1
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:1
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:1
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:1
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:5
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:5
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/selector/attribute/input.css:20:14
|
|
|
|
|
20 | [ href ] {}
|
|
| ^^
|
|
|