2021-11-09 08:46:26 +03:00
|
|
|
error: Stylesheet
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | / a {
|
|
|
|
2 | | color: red;
|
|
|
|
3 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: Rule
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | / a {
|
|
|
|
2 | | color: red;
|
|
|
|
3 | | }
|
|
|
|
| |_^
|
|
|
|
|
2021-11-18 00:27:39 +03:00
|
|
|
error: QualifiedRule
|
2021-11-09 08:46:26 +03:00
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | / a {
|
|
|
|
2 | | color: red;
|
|
|
|
3 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: SelectorList
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | a {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: ComplexSelector
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | a {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: CompoundSelector
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | a {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: TypeSelector
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | a {
|
|
|
|
| ^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-11-09 08:46:26 +03:00
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | a {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: Block
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:1:3
|
|
|
|
|
|
|
|
|
1 | a {
|
|
|
|
| ___^
|
|
|
|
2 | | color: red;
|
|
|
|
3 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: Declaration
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:2:5
|
|
|
|
|
|
|
|
|
2 | color: red;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-11-09 08:46:26 +03:00
|
|
|
--> $DIR/tests/fixture/bom/input.css:2:5
|
|
|
|
|
|
|
|
|
2 | color: red;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: Value
|
|
|
|
--> $DIR/tests/fixture/bom/input.css:2:12
|
|
|
|
|
|
|
|
|
2 | color: red;
|
|
|
|
| ^^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-11-09 08:46:26 +03:00
|
|
|
--> $DIR/tests/fixture/bom/input.css:2:12
|
|
|
|
|
|
|
|
|
2 | color: red;
|
|
|
|
| ^^^
|
|
|
|
|