|
@@ -207,7 +207,7 @@ public:
|
|
if (consume_whitespace_or_comments())
|
|
if (consume_whitespace_or_comments())
|
|
return {};
|
|
return {};
|
|
|
|
|
|
- if (peek() == '{' || peek() == ',')
|
|
|
|
|
|
+ if (peek() == '{' || peek() == ',' || is_combinator(peek()))
|
|
return {};
|
|
return {};
|
|
|
|
|
|
Selector::SimpleSelector::Type type;
|
|
Selector::SimpleSelector::Type type;
|