error: Stylesheet --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ______________^ 2 | | { 3 | | /* comment */color/* comment */:/* comment */red/* comment */; 4 | | } ... | 35 | | /*************** FOO *****************/ 36 | | /* comment *//* comment */ | |___________________________^ error: Rule --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ______________^ 2 | | { 3 | | /* comment */color/* comment */:/* comment */red/* comment */; 4 | | } | |_^ error: QualifiedRule --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ______________^ 2 | | { 3 | | /* comment */color/* comment */:/* comment */red/* comment */; 4 | | } | |_^ error: SelectorList --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ^ error: ComplexSelector --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ^ error: CompoundSelector --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ^ error: TypeSelector --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ^ error: TagNameSelector --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ^ error: WqName --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ^ error: Ident --> $DIR/tests/fixture/comment/input.css:1:14 | 1 | /* comment */a/* comment */ | ^ error: SimpleBlock --> $DIR/tests/fixture/comment/input.css:2:1 | 2 | / { 3 | | /* comment */color/* comment */:/* comment */red/* comment */; 4 | | } | |_^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:3:14 | 3 | /* comment */color/* comment */:/* comment */red/* comment */; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: StyleBlock --> $DIR/tests/fixture/comment/input.css:3:14 | 3 | /* comment */color/* comment */:/* comment */red/* comment */; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: Declaration --> $DIR/tests/fixture/comment/input.css:3:14 | 3 | /* comment */color/* comment */:/* comment */red/* comment */; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: DeclarationName --> $DIR/tests/fixture/comment/input.css:3:14 | 3 | /* comment */color/* comment */:/* comment */red/* comment */; | ^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:3:14 | 3 | /* comment */color/* comment */:/* comment */red/* comment */; | ^^^^^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:3:46 | 3 | /* comment */color/* comment */:/* comment */red/* comment */; | ^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:3:46 | 3 | /* comment */color/* comment */:/* comment */red/* comment */; | ^^^ error: Rule --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | / div { 10 | | /* inside */ 11 | | color: black; 12 | | /* between */ 13 | | background: red; 14 | | /* end */ 15 | | } | |_^ error: QualifiedRule --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | / div { 10 | | /* inside */ 11 | | color: black; 12 | | /* between */ 13 | | background: red; 14 | | /* end */ 15 | | } | |_^ error: SelectorList --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | div { | ^^^ error: ComplexSelector --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | div { | ^^^ error: CompoundSelector --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | div { | ^^^ error: TypeSelector --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | div { | ^^^ error: TagNameSelector --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | div { | ^^^ error: WqName --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | div { | ^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:9:1 | 9 | div { | ^^^ error: SimpleBlock --> $DIR/tests/fixture/comment/input.css:9:5 | 9 | div { | _____^ 10 | | /* inside */ 11 | | color: black; 12 | | /* between */ 13 | | background: red; 14 | | /* end */ 15 | | } | |_^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:11:5 | 11 | color: black; | ^^^^^^^^^^^^ error: StyleBlock --> $DIR/tests/fixture/comment/input.css:11:5 | 11 | color: black; | ^^^^^^^^^^^^ error: Declaration --> $DIR/tests/fixture/comment/input.css:11:5 | 11 | color: black; | ^^^^^^^^^^^^ error: DeclarationName --> $DIR/tests/fixture/comment/input.css:11:5 | 11 | color: black; | ^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:11:5 | 11 | color: black; | ^^^^^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:11:12 | 11 | color: black; | ^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:11:12 | 11 | color: black; | ^^^^^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:13:5 | 13 | background: red; | ^^^^^^^^^^^^^^^ error: StyleBlock --> $DIR/tests/fixture/comment/input.css:13:5 | 13 | background: red; | ^^^^^^^^^^^^^^^ error: Declaration --> $DIR/tests/fixture/comment/input.css:13:5 | 13 | background: red; | ^^^^^^^^^^^^^^^ error: DeclarationName --> $DIR/tests/fixture/comment/input.css:13:5 | 13 | background: red; | ^^^^^^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:13:5 | 13 | background: red; | ^^^^^^^^^^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:13:17 | 13 | background: red; | ^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:13:17 | 13 | background: red; | ^^^ error: Rule --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | / a { 19 | | color: black; 20 | | /* c */ 21 | | } | |_^ error: QualifiedRule --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | / a { 19 | | color: black; 20 | | /* c */ 21 | | } | |_^ error: SelectorList --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | a { | ^ error: ComplexSelector --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | a { | ^ error: CompoundSelector --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | a { | ^ error: TypeSelector --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | a { | ^ error: TagNameSelector --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | a { | ^ error: WqName --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | a { | ^ error: Ident --> $DIR/tests/fixture/comment/input.css:18:1 | 18 | a { | ^ error: SimpleBlock --> $DIR/tests/fixture/comment/input.css:18:3 | 18 | a { | ___^ 19 | | color: black; 20 | | /* c */ 21 | | } | |_^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:19:5 | 19 | color: black; | ^^^^^^^^^^^^ error: StyleBlock --> $DIR/tests/fixture/comment/input.css:19:5 | 19 | color: black; | ^^^^^^^^^^^^ error: Declaration --> $DIR/tests/fixture/comment/input.css:19:5 | 19 | color: black; | ^^^^^^^^^^^^ error: DeclarationName --> $DIR/tests/fixture/comment/input.css:19:5 | 19 | color: black; | ^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:19:5 | 19 | color: black; | ^^^^^ error: ComponentValue --> $DIR/tests/fixture/comment/input.css:19:12 | 19 | color: black; | ^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:19:12 | 19 | color: black; | ^^^^^ error: Rule --> $DIR/tests/fixture/comment/input.css:23:1 | 23 | @media/* comment */screen/* comment */{} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: AtRule --> $DIR/tests/fixture/comment/input.css:23:1 | 23 | @media/* comment */screen/* comment */{} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: MediaRule --> $DIR/tests/fixture/comment/input.css:23:1 | 23 | @media/* comment */screen/* comment */{} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: MediaQueryList --> $DIR/tests/fixture/comment/input.css:23:20 | 23 | @media/* comment */screen/* comment */{} | ^^^^^^ error: MediaQuery --> $DIR/tests/fixture/comment/input.css:23:20 | 23 | @media/* comment */screen/* comment */{} | ^^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:23:20 | 23 | @media/* comment */screen/* comment */{} | ^^^^^^ error: SimpleBlock --> $DIR/tests/fixture/comment/input.css:23:39 | 23 | @media/* comment */screen/* comment */{} | ^^ error: Rule --> $DIR/tests/fixture/comment/input.css:24:1 | 24 | @media /* comment */ screen /* comment */ {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: AtRule --> $DIR/tests/fixture/comment/input.css:24:1 | 24 | @media /* comment */ screen /* comment */ {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: MediaRule --> $DIR/tests/fixture/comment/input.css:24:1 | 24 | @media /* comment */ screen /* comment */ {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: MediaQueryList --> $DIR/tests/fixture/comment/input.css:24:22 | 24 | @media /* comment */ screen /* comment */ {} | ^^^^^^ error: MediaQuery --> $DIR/tests/fixture/comment/input.css:24:22 | 24 | @media /* comment */ screen /* comment */ {} | ^^^^^^ error: Ident --> $DIR/tests/fixture/comment/input.css:24:22 | 24 | @media /* comment */ screen /* comment */ {} | ^^^^^^ error: SimpleBlock --> $DIR/tests/fixture/comment/input.css:24:43 | 24 | @media /* comment */ screen /* comment */ {} | ^^