mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
210 lines
5.4 KiB
Plaintext
210 lines
5.4 KiB
Plaintext
error: 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 svg url(http://www.w3.org/2000/svg);
|
|
5 | | @namespace "http://www.w3.org/1999/xhtml";
|
|
6 | | @namespace svg "http://www.w3.org/2000/svg";
|
|
| |_____________________________________________^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:1:1
|
|
|
|
|
1 | @namespace empty "";
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:1:1
|
|
|
|
|
1 | @namespace empty "";
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:1:1
|
|
|
|
|
1 | @namespace empty "";
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:1:12
|
|
|
|
|
1 | @namespace empty "";
|
|
| ^^^^^
|
|
|
|
error: NamespaceUri
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:1:18
|
|
|
|
|
1 | @namespace empty "";
|
|
| ^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:1:18
|
|
|
|
|
1 | @namespace empty "";
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:2:1
|
|
|
|
|
2 | @namespace "";
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:2:1
|
|
|
|
|
2 | @namespace "";
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:2:1
|
|
|
|
|
2 | @namespace "";
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceUri
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:2:12
|
|
|
|
|
2 | @namespace "";
|
|
| ^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:2:12
|
|
|
|
|
2 | @namespace "";
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:3:1
|
|
|
|
|
3 | @namespace url(http://www.w3.org/1999/xhtml);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:3:1
|
|
|
|
|
3 | @namespace url(http://www.w3.org/1999/xhtml);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:3:1
|
|
|
|
|
3 | @namespace url(http://www.w3.org/1999/xhtml);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceUri
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:3:12
|
|
|
|
|
3 | @namespace url(http://www.w3.org/1999/xhtml);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: UrlValue
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:3:12
|
|
|
|
|
3 | @namespace url(http://www.w3.org/1999/xhtml);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:4:1
|
|
|
|
|
4 | @namespace svg url(http://www.w3.org/2000/svg);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:4:1
|
|
|
|
|
4 | @namespace svg url(http://www.w3.org/2000/svg);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:4:1
|
|
|
|
|
4 | @namespace svg url(http://www.w3.org/2000/svg);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:4:12
|
|
|
|
|
4 | @namespace svg url(http://www.w3.org/2000/svg);
|
|
| ^^^
|
|
|
|
error: NamespaceUri
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:4:16
|
|
|
|
|
4 | @namespace svg url(http://www.w3.org/2000/svg);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: UrlValue
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:4:16
|
|
|
|
|
4 | @namespace svg url(http://www.w3.org/2000/svg);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:5:1
|
|
|
|
|
5 | @namespace "http://www.w3.org/1999/xhtml";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:5:1
|
|
|
|
|
5 | @namespace "http://www.w3.org/1999/xhtml";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:5:1
|
|
|
|
|
5 | @namespace "http://www.w3.org/1999/xhtml";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceUri
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:5:12
|
|
|
|
|
5 | @namespace "http://www.w3.org/1999/xhtml";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:5:12
|
|
|
|
|
5 | @namespace "http://www.w3.org/1999/xhtml";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:6:1
|
|
|
|
|
6 | @namespace svg "http://www.w3.org/2000/svg";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:6:1
|
|
|
|
|
6 | @namespace svg "http://www.w3.org/2000/svg";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: NamespaceRule
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:6:1
|
|
|
|
|
6 | @namespace svg "http://www.w3.org/2000/svg";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:6:12
|
|
|
|
|
6 | @namespace svg "http://www.w3.org/2000/svg";
|
|
| ^^^
|
|
|
|
error: NamespaceUri
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:6:16
|
|
|
|
|
6 | @namespace svg "http://www.w3.org/2000/svg";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/at-rule/namespace/input.css:6:16
|
|
|
|
|
6 | @namespace svg "http://www.w3.org/2000/svg";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|