style: Fix selectors unit tests.

MANUAL PUSH: Fix BR bustage. CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2020-09-14 17:37:36 +02:00
parent 5980525139
commit 6728aad0c6

View file

@ -2691,6 +2691,10 @@ pub mod tests {
true
}
fn is_and_where_error_recovery(&self) -> ParseErrorRecovery {
ParseErrorRecovery::DiscardList
}
fn parse_part(&self) -> bool {
true
}