swc/crates/swc_css_parser/tests/recovery/function/bad-comment/span.swc-stderr
2022-12-09 02:27:19 +00:00

153 lines
3.1 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | ,-> a {
2 | | background: url(
3 | | /* test */
4 | | test.png
5 | | );
6 | `-> }
`----
x Rule
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | ,-> a {
2 | | background: url(
3 | | /* test */
4 | | test.png
5 | | );
6 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | ,-> a {
2 | | background: url(
3 | | /* test */
4 | | test.png
5 | | );
6 | `-> }
`----
x SelectorList
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x ComplexSelector
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x CompoundSelector
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x TypeSelector
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x TagNameSelector
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x WqName
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x Ident
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x SimpleBlock
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | ,-> a {
2 | | background: url(
3 | | /* test */
4 | | test.png
5 | | );
6 | `-> }
`----
x LBrace
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
: ^
2 | background: url(
`----
x ComponentValue
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
2 | ,-> background: url(
3 | | /* test */
4 | | test.png
5 | `-> );
6 | }
`----
x Declaration
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
2 | ,-> background: url(
3 | | /* test */
4 | | test.png
5 | `-> );
6 | }
`----
x DeclarationName
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
2 | background: url(
: ^^^^^^^^^^
3 | /* test */
`----
x Ident
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
2 | background: url(
: ^^^^^^^^^^
3 | /* test */
`----
x ComponentValue
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
2 | ,-> background: url(
3 | | /* test */
4 | | test.png
5 | `-> );
6 | }
`----
x BadUrl { raw: "url(\n /* test */\n test.png\n )" }
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
1 | a {
2 | ,-> background: url(
3 | | /* test */
4 | | test.png
5 | `-> );
6 | }
`----