mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
332 lines
6.0 KiB
Plaintext
332 lines
6.0 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |_^
|
|
|
|
error: QualifiedRule
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |_^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TypeSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TagNameSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: WqName
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/length/input.css:1:5
|
|
|
|
|
1 | div {
|
|
| _____^
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:2:15
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:3:15
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:4:15
|
|
|
|
|
4 | width: 100px;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:5:15
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:6:15
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^
|
|
|