swc/crates/swc_css_parser/tests/recovery/delim-token/equals/span.swc-stderr
2022-12-09 02:27:19 +00:00

133 lines
2.3 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | ,-> a {
2 | | prop: =;
3 | `-> }
`----
x Rule
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | ,-> a {
2 | | prop: =;
3 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | ,-> a {
2 | | prop: =;
3 | `-> }
`----
x SelectorList
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x ComplexSelector
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x CompoundSelector
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x TypeSelector
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x TagNameSelector
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x WqName
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x Ident
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x SimpleBlock
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | ,-> a {
2 | | prop: =;
3 | `-> }
`----
x LBrace
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
: ^
2 | prop: =;
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
2 | prop: =;
: ^^^^^^^
3 | }
`----
x Declaration
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
2 | prop: =;
: ^^^^^^^
3 | }
`----
x DeclarationName
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
2 | prop: =;
: ^^^^
3 | }
`----
x Ident
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
2 | prop: =;
: ^^^^
3 | }
`----
x ComponentValue
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
2 | prop: =;
: ^
3 | }
`----
x Delim { value: '=' }
,-[$DIR/tests/recovery/delim-token/equals/input.css:1:1]
1 | a {
2 | prop: =;
: ^
3 | }
`----