swc/crates/swc_css_parser/tests/recovery/comments/declaration/span.rust-debug
2022-06-13 20:27:30 +00:00

147 lines
3.3 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | ,-> a {
2 | | prop: url("test") /* comment */ /* comment */
3 | | /* comment */:
4 | `-> }
`----
x Rule
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | ,-> a {
2 | | prop: url("test") /* comment */ /* comment */
3 | | /* comment */:
4 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | ,-> a {
2 | | prop: url("test") /* comment */ /* comment */
3 | | /* comment */:
4 | `-> }
`----
x SelectorList
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | a {
: ^
`----
x ComplexSelector
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | a {
: ^
`----
x CompoundSelector
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | a {
: ^
`----
x TypeSelector
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | a {
: ^
`----
x TagNameSelector
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | a {
: ^
`----
x WqName
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | a {
: ^
`----
x Ident
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | a {
: ^
`----
x SimpleBlock
,-[$DIR/tests/recovery/comments/declaration/input.css:1:1]
1 | ,-> a {
2 | | prop: url("test") /* comment */ /* comment */
3 | | /* comment */:
4 | `-> }
`----
x ComponentValue
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | ,-> prop: url("test") /* comment */ /* comment */
3 | `-> /* comment */:
`----
x StyleBlock
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | ,-> prop: url("test") /* comment */ /* comment */
3 | `-> /* comment */:
`----
x Declaration
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | ,-> prop: url("test") /* comment */ /* comment */
3 | `-> /* comment */:
`----
x DeclarationName
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | prop: url("test") /* comment */ /* comment */
: ^^^^
`----
x Ident
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | prop: url("test") /* comment */ /* comment */
: ^^^^
`----
x ComponentValue
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | prop: url("test") /* comment */ /* comment */
: ^^^^^^^^^^^
`----
x Url
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | prop: url("test") /* comment */ /* comment */
: ^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | prop: url("test") /* comment */ /* comment */
: ^^^
`----
x UrlValue
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | prop: url("test") /* comment */ /* comment */
: ^^^^^^
`----
x Str
,-[$DIR/tests/recovery/comments/declaration/input.css:2:5]
2 | prop: url("test") /* comment */ /* comment */
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/recovery/comments/declaration/input.css:3:9]
3 | /* comment */:
: ^
`----
x Colon
,-[$DIR/tests/recovery/comments/declaration/input.css:3:9]
3 | /* comment */:
: ^
`----