swc/crates/swc_css_parser/tests/fixture/at-rule/document/span.rust-debug
2022-02-16 12:40:16 +09:00

1047 lines
30 KiB
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/at-rule/document/input.css:1:1
|
1 | / @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
... |
23 | | }
24 | | }
| |__^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:1:1
|
1 | / @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
5 | | }
| |_^
error: AtRule
--> $DIR/tests/fixture/at-rule/document/input.css:1:1
|
1 | / @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
5 | | }
| |_^
error: DocumentRule
--> $DIR/tests/fixture/at-rule/document/input.css:1:1
|
1 | / @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
5 | | }
| |_^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:1:11
|
1 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Url
--> $DIR/tests/fixture/at-rule/document/input.css:1:11
|
1 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:1:11
|
1 | @document url("https://www.example.com/") {
| ^^^
error: UrlValue
--> $DIR/tests/fixture/at-rule/document/input.css:1:15
|
1 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:1:15
|
1 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:1:43
|
1 | @document url("https://www.example.com/") {
| ___________________________________________^
2 | | h1 {
3 | | color: green;
4 | | }
5 | | }
| |_^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | / h1 {
3 | | color: green;
4 | | }
| |_____^
error: QualifiedRule
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | / h1 {
3 | | color: green;
4 | | }
| |_____^
error: SelectorList
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | h1 {
| ^^
error: ComplexSelector
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | h1 {
| ^^
error: CompoundSelector
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | h1 {
| ^^
error: TypeSelector
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | h1 {
| ^^
error: TagNameSelector
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | h1 {
| ^^
error: WqName
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | h1 {
| ^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:2:5
|
2 | h1 {
| ^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:2:8
|
2 | h1 {
| ________^
3 | | color: green;
4 | | }
| |_____^
error: StyleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:3:9
|
3 | color: green;
| ^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/at-rule/document/input.css:3:9
|
3 | color: green;
| ^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/at-rule/document/input.css:3:9
|
3 | color: green;
| ^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:3:9
|
3 | color: green;
| ^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:3:16
|
3 | color: green;
| ^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:3:16
|
3 | color: green;
| ^^^^^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:7:1
|
7 | / @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | | }
| |_^
error: AtRule
--> $DIR/tests/fixture/at-rule/document/input.css:7:1
|
7 | / @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | | }
| |_^
error: DocumentRule
--> $DIR/tests/fixture/at-rule/document/input.css:7:1
|
7 | / @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | | }
| |_^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:7:11
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Url
--> $DIR/tests/fixture/at-rule/document/input.css:7:11
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:7:11
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^
error: UrlValue
--> $DIR/tests/fixture/at-rule/document/input.css:7:15
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:7:15
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:7:38
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/at-rule/document/input.css:7:38
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:7:38
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:7:49
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:7:49
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:7:78
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/at-rule/document/input.css:7:78
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:7:78
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:7:85
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:7:85
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:7:101
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/at-rule/document/input.css:7:101
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:7:101
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:7:116
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:7:116
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:7:126
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/at-rule/document/input.css:7:126
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:7:126
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:7:133
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:7:133
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| ^^^^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:7:145
|
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
| _________________________________________________________________________________________________________________________________________________^
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | | }
| |_^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | / body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
| |_____^
error: QualifiedRule
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | / body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
| |_____^
error: SelectorList
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | body {
| ^^^^
error: ComplexSelector
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | body {
| ^^^^
error: CompoundSelector
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | body {
| ^^^^
error: TypeSelector
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | body {
| ^^^^
error: TagNameSelector
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | body {
| ^^^^
error: WqName
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | body {
| ^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:8:5
|
8 | body {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:8:10
|
8 | body {
| __________^
9 | | color: purple;
10 | | background: yellow;
11 | | }
| |_____^
error: StyleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:9:9
|
9 | color: purple;
| ^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/at-rule/document/input.css:9:9
|
9 | color: purple;
| ^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/at-rule/document/input.css:9:9
|
9 | color: purple;
| ^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:9:9
|
9 | color: purple;
| ^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:9:16
|
9 | color: purple;
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:9:16
|
9 | color: purple;
| ^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:10:9
|
10 | background: yellow;
| ^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/at-rule/document/input.css:10:9
|
10 | background: yellow;
| ^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/at-rule/document/input.css:10:9
|
10 | background: yellow;
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:10:9
|
10 | background: yellow;
| ^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:10:21
|
10 | background: yellow;
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:10:21
|
10 | background: yellow;
| ^^^^^^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:14:1
|
14 | @document url(https://www.example.com/) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: AtRule
--> $DIR/tests/fixture/at-rule/document/input.css:14:1
|
14 | @document url(https://www.example.com/) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DocumentRule
--> $DIR/tests/fixture/at-rule/document/input.css:14:1
|
14 | @document url(https://www.example.com/) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:14:11
|
14 | @document url(https://www.example.com/) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Url
--> $DIR/tests/fixture/at-rule/document/input.css:14:11
|
14 | @document url(https://www.example.com/) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:14:11
|
14 | @document url(https://www.example.com/) {}
| ^^^
error: UrlValue
--> $DIR/tests/fixture/at-rule/document/input.css:14:15
|
14 | @document url(https://www.example.com/) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: UrlValueRaw
--> $DIR/tests/fixture/at-rule/document/input.css:14:15
|
14 | @document url(https://www.example.com/) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:14:41
|
14 | @document url(https://www.example.com/) {}
| ^^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:15:1
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: AtRule
--> $DIR/tests/fixture/at-rule/document/input.css:15:1
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DocumentRule
--> $DIR/tests/fixture/at-rule/document/input.css:15:1
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:15:16
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Url
--> $DIR/tests/fixture/at-rule/document/input.css:15:16
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:15:16
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^
error: UrlValue
--> $DIR/tests/fixture/at-rule/document/input.css:15:20
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:15:20
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:15:48
|
15 | @-moz-document url("https://www.example.com/") {}
| ^^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:16:1
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: AtRule
--> $DIR/tests/fixture/at-rule/document/input.css:16:1
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DocumentRule
--> $DIR/tests/fixture/at-rule/document/input.css:16:1
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:16:39
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^^^^^^^^^^^^^^^^^^
error: Url
--> $DIR/tests/fixture/at-rule/document/input.css:16:39
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:16:39
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^
error: UrlValue
--> $DIR/tests/fixture/at-rule/document/input.css:16:43
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^^^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:16:43
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^^^^^^^^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:16:68
|
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
| ^^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:18:1
|
18 | / @document url("https://www.example.com/") {
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | | }
| |_^
error: AtRule
--> $DIR/tests/fixture/at-rule/document/input.css:18:1
|
18 | / @document url("https://www.example.com/") {
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | | }
| |_^
error: DocumentRule
--> $DIR/tests/fixture/at-rule/document/input.css:18:1
|
18 | / @document url("https://www.example.com/") {
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | | }
| |_^
error: DocumentRuleMatchingFunction
--> $DIR/tests/fixture/at-rule/document/input.css:18:11
|
18 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Url
--> $DIR/tests/fixture/at-rule/document/input.css:18:11
|
18 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:18:11
|
18 | @document url("https://www.example.com/") {
| ^^^
error: UrlValue
--> $DIR/tests/fixture/at-rule/document/input.css:18:15
|
18 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Str
--> $DIR/tests/fixture/at-rule/document/input.css:18:15
|
18 | @document url("https://www.example.com/") {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:18:43
|
18 | @document url("https://www.example.com/") {
| ___________________________________________^
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | | }
| |_^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:19:5
|
19 | / @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
| |_____^
error: AtRule
--> $DIR/tests/fixture/at-rule/document/input.css:19:5
|
19 | / @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
| |_____^
error: MediaRule
--> $DIR/tests/fixture/at-rule/document/input.css:19:5
|
19 | / @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
| |_____^
error: MediaQueryList
--> $DIR/tests/fixture/at-rule/document/input.css:19:12
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: MediaQuery
--> $DIR/tests/fixture/at-rule/document/input.css:19:12
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:19:12
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^
error: MediaConditionWithoutOr
--> $DIR/tests/fixture/at-rule/document/input.css:19:23
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^^^^^^^^^^
error: MediaConditionWithoutOrType
--> $DIR/tests/fixture/at-rule/document/input.css:19:23
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^^^^^^^^^^
error: MediaInParens
--> $DIR/tests/fixture/at-rule/document/input.css:19:23
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^^^^^^^^^^
error: MediaFeature
--> $DIR/tests/fixture/at-rule/document/input.css:19:23
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^^^^^^^^^^
error: MediaFeaturePlain
--> $DIR/tests/fixture/at-rule/document/input.css:19:23
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^^^^^^^^^^
error: MediaFeatureName
--> $DIR/tests/fixture/at-rule/document/input.css:19:24
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:19:24
|
19 | @media screen and (min-width: 900px) {
| ^^^^^^^^^
error: MediaFeatureValue
--> $DIR/tests/fixture/at-rule/document/input.css:19:35
|
19 | @media screen and (min-width: 900px) {
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/at-rule/document/input.css:19:35
|
19 | @media screen and (min-width: 900px) {
| ^^^^^
error: Length
--> $DIR/tests/fixture/at-rule/document/input.css:19:35
|
19 | @media screen and (min-width: 900px) {
| ^^^^^
error: Number
--> $DIR/tests/fixture/at-rule/document/input.css:19:35
|
19 | @media screen and (min-width: 900px) {
| ^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:19:38
|
19 | @media screen and (min-width: 900px) {
| ^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:19:42
|
19 | @media screen and (min-width: 900px) {
| __________________________________________^
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
| |_____^
error: Rule
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | / article {
21 | | padding: 1rem 3rem;
22 | | }
| |_________^
error: QualifiedRule
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | / article {
21 | | padding: 1rem 3rem;
22 | | }
| |_________^
error: SelectorList
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | article {
| ^^^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | article {
| ^^^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | article {
| ^^^^^^^
error: TypeSelector
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | article {
| ^^^^^^^
error: TagNameSelector
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | article {
| ^^^^^^^
error: WqName
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | article {
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:20:9
|
20 | article {
| ^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:20:17
|
20 | article {
| _________________^
21 | | padding: 1rem 3rem;
22 | | }
| |_________^
error: StyleBlock
--> $DIR/tests/fixture/at-rule/document/input.css:21:13
|
21 | padding: 1rem 3rem;
| ^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/at-rule/document/input.css:21:13
|
21 | padding: 1rem 3rem;
| ^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/at-rule/document/input.css:21:13
|
21 | padding: 1rem 3rem;
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:21:13
|
21 | padding: 1rem 3rem;
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:21:22
|
21 | padding: 1rem 3rem;
| ^^^^
error: Dimension
--> $DIR/tests/fixture/at-rule/document/input.css:21:22
|
21 | padding: 1rem 3rem;
| ^^^^
error: Length
--> $DIR/tests/fixture/at-rule/document/input.css:21:22
|
21 | padding: 1rem 3rem;
| ^^^^
error: Number
--> $DIR/tests/fixture/at-rule/document/input.css:21:22
|
21 | padding: 1rem 3rem;
| ^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:21:23
|
21 | padding: 1rem 3rem;
| ^^^
error: Value
--> $DIR/tests/fixture/at-rule/document/input.css:21:27
|
21 | padding: 1rem 3rem;
| ^^^^
error: Dimension
--> $DIR/tests/fixture/at-rule/document/input.css:21:27
|
21 | padding: 1rem 3rem;
| ^^^^
error: Length
--> $DIR/tests/fixture/at-rule/document/input.css:21:27
|
21 | padding: 1rem 3rem;
| ^^^^
error: Number
--> $DIR/tests/fixture/at-rule/document/input.css:21:27
|
21 | padding: 1rem 3rem;
| ^
error: Ident
--> $DIR/tests/fixture/at-rule/document/input.css:21:28
|
21 | padding: 1rem 3rem;
| ^^^