swc/crates/swc_css_parser/tests/fixture/rome/values/span.rust-debug
2022-02-16 12:40:16 +09:00

605 lines
11 KiB
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | / p::before {
2 | | content: ' content ';
3 | | }
4 | |
... |
18 | | background: none
19 | | }
| |__^
error: Rule
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | / p::before {
2 | | content: ' content ';
3 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | / p::before {
2 | | content: ' content ';
3 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | p::before {
| ^^^^^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | p::before {
| ^^^^^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | p::before {
| ^^^^^^^^^
error: TypeSelector
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | p::before {
| ^
error: TagNameSelector
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | p::before {
| ^
error: WqName
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | p::before {
| ^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:1:1
|
1 | p::before {
| ^
error: SubclassSelector
--> $DIR/tests/fixture/rome/values/input.css:1:2
|
1 | p::before {
| ^^^^^^^^
error: PseudoElementSelector
--> $DIR/tests/fixture/rome/values/input.css:1:2
|
1 | p::before {
| ^^^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:1:4
|
1 | p::before {
| ^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/rome/values/input.css:1:11
|
1 | p::before {
| ___________^
2 | | content: ' content ';
3 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:2:2
|
2 | content: ' content ';
| ^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:2:2
|
2 | content: ' content ';
| ^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:2:2
|
2 | content: ' content ';
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:2:2
|
2 | content: ' content ';
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:2:11
|
2 | content: ' content ';
| ^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/rome/values/input.css:2:11
|
2 | content: ' content ';
| ^^^^^^^^^^^
error: Rule
--> $DIR/tests/fixture/rome/values/input.css:5:1
|
5 | / .number {
6 | | opacity: 1e-3;
7 | | line-height: 0.2;
8 | | width: 20%;
9 | | margin-top: -5%;
10 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/rome/values/input.css:5:1
|
5 | / .number {
6 | | opacity: 1e-3;
7 | | line-height: 0.2;
8 | | width: 20%;
9 | | margin-top: -5%;
10 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/rome/values/input.css:5:1
|
5 | .number {
| ^^^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/rome/values/input.css:5:1
|
5 | .number {
| ^^^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/rome/values/input.css:5:1
|
5 | .number {
| ^^^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/rome/values/input.css:5:1
|
5 | .number {
| ^^^^^^^
error: ClassSelector
--> $DIR/tests/fixture/rome/values/input.css:5:1
|
5 | .number {
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:5:2
|
5 | .number {
| ^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/rome/values/input.css:5:9
|
5 | .number {
| _________^
6 | | opacity: 1e-3;
7 | | line-height: 0.2;
8 | | width: 20%;
9 | | margin-top: -5%;
10 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:6:2
|
6 | opacity: 1e-3;
| ^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:6:2
|
6 | opacity: 1e-3;
| ^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:6:2
|
6 | opacity: 1e-3;
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:6:2
|
6 | opacity: 1e-3;
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:6:11
|
6 | opacity: 1e-3;
| ^^^^
error: Number
--> $DIR/tests/fixture/rome/values/input.css:6:11
|
6 | opacity: 1e-3;
| ^^^^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:7:2
|
7 | line-height: 0.2;
| ^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:7:2
|
7 | line-height: 0.2;
| ^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:7:2
|
7 | line-height: 0.2;
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:7:2
|
7 | line-height: 0.2;
| ^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:7:15
|
7 | line-height: 0.2;
| ^^^
error: Number
--> $DIR/tests/fixture/rome/values/input.css:7:15
|
7 | line-height: 0.2;
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:8:2
|
8 | width: 20%;
| ^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:8:2
|
8 | width: 20%;
| ^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:8:2
|
8 | width: 20%;
| ^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:8:2
|
8 | width: 20%;
| ^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:8:9
|
8 | width: 20%;
| ^^^
error: Percentage
--> $DIR/tests/fixture/rome/values/input.css:8:9
|
8 | width: 20%;
| ^^^
error: Number
--> $DIR/tests/fixture/rome/values/input.css:8:9
|
8 | width: 20%;
| ^^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:9:2
|
9 | margin-top: -5%;
| ^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:9:2
|
9 | margin-top: -5%;
| ^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:9:2
|
9 | margin-top: -5%;
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:9:2
|
9 | margin-top: -5%;
| ^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:9:14
|
9 | margin-top: -5%;
| ^^^
error: Percentage
--> $DIR/tests/fixture/rome/values/input.css:9:14
|
9 | margin-top: -5%;
| ^^^
error: Number
--> $DIR/tests/fixture/rome/values/input.css:9:14
|
9 | margin-top: -5%;
| ^^
error: Rule
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | / foo {
13 | | color: yellow
14 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | / foo {
13 | | color: yellow
14 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | foo {
| ^^^
error: ComplexSelector
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | foo {
| ^^^
error: CompoundSelector
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | foo {
| ^^^
error: TypeSelector
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | foo {
| ^^^
error: TagNameSelector
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | foo {
| ^^^
error: WqName
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | foo {
| ^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:12:1
|
12 | foo {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/rome/values/input.css:12:5
|
12 | foo {
| _____^
13 | | color: yellow
14 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:13:2
|
13 | color: yellow
| ^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:13:2
|
13 | color: yellow
| ^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:13:2
|
13 | color: yellow
| ^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:13:2
|
13 | color: yellow
| ^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:13:9
|
13 | color: yellow
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:13:9
|
13 | color: yellow
| ^^^^^^
error: Rule
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | / bar {
17 | | color: yellow;
18 | | background: none
19 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | / bar {
17 | | color: yellow;
18 | | background: none
19 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | bar {
| ^^^
error: ComplexSelector
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | bar {
| ^^^
error: CompoundSelector
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | bar {
| ^^^
error: TypeSelector
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | bar {
| ^^^
error: TagNameSelector
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | bar {
| ^^^
error: WqName
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | bar {
| ^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:16:1
|
16 | bar {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/rome/values/input.css:16:5
|
16 | bar {
| _____^
17 | | color: yellow;
18 | | background: none
19 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:17:2
|
17 | color: yellow;
| ^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:17:2
|
17 | color: yellow;
| ^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:17:2
|
17 | color: yellow;
| ^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:17:2
|
17 | color: yellow;
| ^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:17:9
|
17 | color: yellow;
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:17:9
|
17 | color: yellow;
| ^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/rome/values/input.css:18:2
|
18 | background: none
| ^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/rome/values/input.css:18:2
|
18 | background: none
| ^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/rome/values/input.css:18:2
|
18 | background: none
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:18:2
|
18 | background: none
| ^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/rome/values/input.css:18:14
|
18 | background: none
| ^^^^
error: Ident
--> $DIR/tests/fixture/rome/values/input.css:18:14
|
18 | background: none
| ^^^^