swc/crates/swc_css_parser/tests/fixture/at-rule/namespace/span.swc-stderr
2022-11-29 09:47:56 +00:00

449 lines
14 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | ,-> @namespace empty "";
2 | | @namespace "";
3 | | @namespace url(http://www.w3.org/1999/xhtml);
4 | | @namespace url("http://www.w3.org/1999/xhtml");
5 | | @namespace svg url(http://www.w3.org/2000/svg);
6 | | @namespace svg url("http://www.w3.org/2000/svg");
7 | | @namespace "http://www.w3.org/1999/xhtml";
8 | `-> @namespace svg "http://www.w3.org/2000/svg";
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
: ^^^^^^^^^^^^^^^^^^^^
2 | @namespace "";
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
: ^^^^^^^^^^^^^^^^^^^^
2 | @namespace "";
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
: ^^^^^^^^^
2 | @namespace "";
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
: ^^^^^^^^^
2 | @namespace "";
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
: ^^^^^
2 | @namespace "";
`----
x Str
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
: ^^
2 | @namespace "";
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
2 | @namespace "";
: ^^^^^^^^^^^^^^
3 | @namespace url(http://www.w3.org/1999/xhtml);
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
2 | @namespace "";
: ^^^^^^^^^^^^^^
3 | @namespace url(http://www.w3.org/1999/xhtml);
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
2 | @namespace "";
: ^^^^^^^^^
3 | @namespace url(http://www.w3.org/1999/xhtml);
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
2 | @namespace "";
: ^^^^^^^^^
3 | @namespace url(http://www.w3.org/1999/xhtml);
`----
x Str
,-[$DIR/tests/fixture/at-rule/namespace/input.css:1:1]
1 | @namespace empty "";
2 | @namespace "";
: ^^
3 | @namespace url(http://www.w3.org/1999/xhtml);
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^^^^^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^^^^^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x Url
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x UrlValueRaw
,-[$DIR/tests/fixture/at-rule/namespace/input.css:2:1]
2 | @namespace "";
3 | @namespace url(http://www.w3.org/1999/xhtml);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | @namespace url("http://www.w3.org/1999/xhtml");
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^^^^^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^^^^^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x Url
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x Str
,-[$DIR/tests/fixture/at-rule/namespace/input.css:3:1]
3 | @namespace url(http://www.w3.org/1999/xhtml);
4 | @namespace url("http://www.w3.org/1999/xhtml");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 | @namespace svg url(http://www.w3.org/2000/svg);
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^^^^^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^^^^^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x Url
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x UrlValueRaw
,-[$DIR/tests/fixture/at-rule/namespace/input.css:4:1]
4 | @namespace url("http://www.w3.org/1999/xhtml");
5 | @namespace svg url(http://www.w3.org/2000/svg);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
6 | @namespace svg url("http://www.w3.org/2000/svg");
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^^^^^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^^^^^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x Url
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x Str
,-[$DIR/tests/fixture/at-rule/namespace/input.css:5:1]
5 | @namespace svg url(http://www.w3.org/2000/svg);
6 | @namespace svg url("http://www.w3.org/2000/svg");
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 | @namespace "http://www.w3.org/1999/xhtml";
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:6:1]
6 | @namespace svg url("http://www.w3.org/2000/svg");
7 | @namespace "http://www.w3.org/1999/xhtml";
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8 | @namespace svg "http://www.w3.org/2000/svg";
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:6:1]
6 | @namespace svg url("http://www.w3.org/2000/svg");
7 | @namespace "http://www.w3.org/1999/xhtml";
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8 | @namespace svg "http://www.w3.org/2000/svg";
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:6:1]
6 | @namespace svg url("http://www.w3.org/2000/svg");
7 | @namespace "http://www.w3.org/1999/xhtml";
: ^^^^^^^^^
8 | @namespace svg "http://www.w3.org/2000/svg";
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:6:1]
6 | @namespace svg url("http://www.w3.org/2000/svg");
7 | @namespace "http://www.w3.org/1999/xhtml";
: ^^^^^^^^^
8 | @namespace svg "http://www.w3.org/2000/svg";
`----
x Str
,-[$DIR/tests/fixture/at-rule/namespace/input.css:6:1]
6 | @namespace svg url("http://www.w3.org/2000/svg");
7 | @namespace "http://www.w3.org/1999/xhtml";
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8 | @namespace svg "http://www.w3.org/2000/svg";
`----
x Rule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:7:1]
7 | @namespace "http://www.w3.org/1999/xhtml";
8 | @namespace svg "http://www.w3.org/2000/svg";
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/namespace/input.css:7:1]
7 | @namespace "http://www.w3.org/1999/xhtml";
8 | @namespace svg "http://www.w3.org/2000/svg";
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/namespace/input.css:7:1]
7 | @namespace "http://www.w3.org/1999/xhtml";
8 | @namespace svg "http://www.w3.org/2000/svg";
: ^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:7:1]
7 | @namespace "http://www.w3.org/1999/xhtml";
8 | @namespace svg "http://www.w3.org/2000/svg";
: ^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/namespace/input.css:7:1]
7 | @namespace "http://www.w3.org/1999/xhtml";
8 | @namespace svg "http://www.w3.org/2000/svg";
: ^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/namespace/input.css:7:1]
7 | @namespace "http://www.w3.org/1999/xhtml";
8 | @namespace svg "http://www.w3.org/2000/svg";
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----