swc/css/parser/tests/fixture/vercel/001/span.rust-debug
2021-10-07 20:32:54 +09:00

198 lines
4.1 KiB
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/vercel/001/input.css:1:1
|
1 | / @media (min-width: 935px) {
2 | | .video:nth-child(4n) {
3 | | margin-right: 0;
4 | | }
5 | | }
| |__^
error: Rule
--> $DIR/tests/fixture/vercel/001/input.css:1:1
|
1 | / @media (min-width: 935px) {
2 | | .video:nth-child(4n) {
3 | | margin-right: 0;
4 | | }
5 | | }
| |_^
error: AtRule
--> $DIR/tests/fixture/vercel/001/input.css:1:1
|
1 | / @media (min-width: 935px) {
2 | | .video:nth-child(4n) {
3 | | margin-right: 0;
4 | | }
5 | | }
| |_^
error: MediaRule
--> $DIR/tests/fixture/vercel/001/input.css:1:1
|
1 | / @media (min-width: 935px) {
2 | | .video:nth-child(4n) {
3 | | margin-right: 0;
4 | | }
5 | | }
| |_^
error: MediaQuery
--> $DIR/tests/fixture/vercel/001/input.css:1:9
|
1 | @media (min-width: 935px) {
| ^^^^^^^^^^^^^^^^^
error: Property
--> $DIR/tests/fixture/vercel/001/input.css:1:9
|
1 | @media (min-width: 935px) {
| ^^^^^^^^^^^^^^^^^
error: Text
--> $DIR/tests/fixture/vercel/001/input.css:1:9
|
1 | @media (min-width: 935px) {
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/vercel/001/input.css:1:20
|
1 | @media (min-width: 935px) {
| ^^^^^
error: UnitValue
--> $DIR/tests/fixture/vercel/001/input.css:1:20
|
1 | @media (min-width: 935px) {
| ^^^^^
error: Num
--> $DIR/tests/fixture/vercel/001/input.css:1:20
|
1 | @media (min-width: 935px) {
| ^^^
error: Unit
--> $DIR/tests/fixture/vercel/001/input.css:1:23
|
1 | @media (min-width: 935px) {
| ^^
error: Rule
--> $DIR/tests/fixture/vercel/001/input.css:2:5
|
2 | / .video:nth-child(4n) {
3 | | margin-right: 0;
4 | | }
| |_____^
error: StyleRule
--> $DIR/tests/fixture/vercel/001/input.css:2:5
|
2 | / .video:nth-child(4n) {
3 | | margin-right: 0;
4 | | }
| |_____^
error: ComplexSelector
--> $DIR/tests/fixture/vercel/001/input.css:2:5
|
2 | .video:nth-child(4n) {
| ^^^^^^^^^^^^^^^^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/vercel/001/input.css:2:5
|
2 | .video:nth-child(4n) {
| ^^^^^^^^^^^^^^^^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/vercel/001/input.css:2:5
|
2 | .video:nth-child(4n) {
| ^^^^^^
error: ClassSelector
--> $DIR/tests/fixture/vercel/001/input.css:2:5
|
2 | .video:nth-child(4n) {
| ^^^^^^
error: Text
--> $DIR/tests/fixture/vercel/001/input.css:2:6
|
2 | .video:nth-child(4n) {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/vercel/001/input.css:2:11
|
2 | .video:nth-child(4n) {
| ^^^^^^^^^^^^^^
error: PseudoSelector
--> $DIR/tests/fixture/vercel/001/input.css:2:11
|
2 | .video:nth-child(4n) {
| ^^^^^^^^^^^^^^
error: Text
--> $DIR/tests/fixture/vercel/001/input.css:2:12
|
2 | .video:nth-child(4n) {
| ^^^^^^^^^
error: Tokens
--> $DIR/tests/fixture/vercel/001/input.css:2:22
|
2 | .video:nth-child(4n) {
| ^^
error: Num(NumToken { value: 4.0 })
--> $DIR/tests/fixture/vercel/001/input.css:2:22
|
2 | .video:nth-child(4n) {
| ^
error: Ident { value: Atom('n' type=inline), raw: Atom('n' type=inline) }
--> $DIR/tests/fixture/vercel/001/input.css:2:23
|
2 | .video:nth-child(4n) {
| ^
error: DeclBlock
--> $DIR/tests/fixture/vercel/001/input.css:2:26
|
2 | .video:nth-child(4n) {
| __________________________^
3 | | margin-right: 0;
4 | | }
| |_____^
error: Property
--> $DIR/tests/fixture/vercel/001/input.css:3:9
|
3 | margin-right: 0;
| ^^^^^^^^^^^^^^^
error: Text
--> $DIR/tests/fixture/vercel/001/input.css:3:9
|
3 | margin-right: 0;
| ^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/vercel/001/input.css:3:23
|
3 | margin-right: 0;
| ^
error: Num
--> $DIR/tests/fixture/vercel/001/input.css:3:23
|
3 | margin-right: 0;
| ^