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

133 lines
2.4 KiB
Plaintext

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