swc/crates/swc_css_parser/tests/recovery/whitespaces/span.swc-stderr
2022-11-29 09:47:56 +00:00

275 lines
4.7 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | ,-> a {
2 | | prop: ;
3 | | prop: ;
4 | | prop:
5 | |
6 | | ;
7 | | prop:
8 | |
9 | | ;
10 | `-> }
`----
x Rule
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | ,-> a {
2 | | prop: ;
3 | | prop: ;
4 | | prop:
5 | |
6 | | ;
7 | | prop:
8 | |
9 | | ;
10 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | ,-> a {
2 | | prop: ;
3 | | prop: ;
4 | | prop:
5 | |
6 | | ;
7 | | prop:
8 | |
9 | | ;
10 | `-> }
`----
x SelectorList
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x ComplexSelector
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x CompoundSelector
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x TypeSelector
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x TagNameSelector
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x WqName
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x Ident
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x SimpleBlock
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | ,-> a {
2 | | prop: ;
3 | | prop: ;
4 | | prop:
5 | |
6 | | ;
7 | | prop:
8 | |
9 | | ;
10 | `-> }
`----
x LBrace
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
: ^
2 | prop: ;
`----
x ComponentValue
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
2 | prop: ;
: ^^^^^^
3 | prop: ;
`----
x StyleBlock
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
2 | prop: ;
: ^^^^^^
3 | prop: ;
`----
x Declaration
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
2 | prop: ;
: ^^^^^^
3 | prop: ;
`----
x DeclarationName
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
2 | prop: ;
: ^^^^
3 | prop: ;
`----
x Ident
,-[$DIR/tests/recovery/whitespaces/input.css:1:1]
1 | a {
2 | prop: ;
: ^^^^
3 | prop: ;
`----
x ComponentValue
,-[$DIR/tests/recovery/whitespaces/input.css:2:1]
2 | prop: ;
3 | prop: ;
: ^^^^^^^^^
4 | prop:
`----
x StyleBlock
,-[$DIR/tests/recovery/whitespaces/input.css:2:1]
2 | prop: ;
3 | prop: ;
: ^^^^^^^^^
4 | prop:
`----
x Declaration
,-[$DIR/tests/recovery/whitespaces/input.css:2:1]
2 | prop: ;
3 | prop: ;
: ^^^^^^^^^
4 | prop:
`----
x DeclarationName
,-[$DIR/tests/recovery/whitespaces/input.css:2:1]
2 | prop: ;
3 | prop: ;
: ^^^^
4 | prop:
`----
x Ident
,-[$DIR/tests/recovery/whitespaces/input.css:2:1]
2 | prop: ;
3 | prop: ;
: ^^^^
4 | prop:
`----
x ComponentValue
,-[$DIR/tests/recovery/whitespaces/input.css:3:1]
3 | prop: ;
4 | ,-> prop:
5 | `->
6 | ;
7 | prop:
`----
x StyleBlock
,-[$DIR/tests/recovery/whitespaces/input.css:3:1]
3 | prop: ;
4 | ,-> prop:
5 | `->
6 | ;
7 | prop:
`----
x Declaration
,-[$DIR/tests/recovery/whitespaces/input.css:3:1]
3 | prop: ;
4 | ,-> prop:
5 | `->
6 | ;
7 | prop:
`----
x DeclarationName
,-[$DIR/tests/recovery/whitespaces/input.css:3:1]
3 | prop: ;
4 | prop:
: ^^^^
`----
x Ident
,-[$DIR/tests/recovery/whitespaces/input.css:3:1]
3 | prop: ;
4 | prop:
: ^^^^
`----
x ComponentValue
,-[$DIR/tests/recovery/whitespaces/input.css:6:1]
6 | ;
7 | ,-> prop:
8 | |
9 | `-> ;
10 | }
`----
x StyleBlock
,-[$DIR/tests/recovery/whitespaces/input.css:6:1]
6 | ;
7 | ,-> prop:
8 | |
9 | `-> ;
10 | }
`----
x Declaration
,-[$DIR/tests/recovery/whitespaces/input.css:6:1]
6 | ;
7 | ,-> prop:
8 | |
9 | `-> ;
10 | }
`----
x DeclarationName
,-[$DIR/tests/recovery/whitespaces/input.css:6:1]
6 | ;
7 | prop:
: ^^^^
`----
x Ident
,-[$DIR/tests/recovery/whitespaces/input.css:6:1]
6 | ;
7 | prop:
: ^^^^
`----