style: Fix container orientation evaluation

Allow keyword evaluators to return unknown.

Do you know of a good test to extend here? Otherwise I can add a new
one, though I gotta run atm.

Differential Revision: https://phabricator.services.mozilla.com/D165630
This commit is contained in:
Emilio Cobos Álvarez 2022-12-29 13:02:37 +00:00 committed by Martin Robinson
parent 2389650734
commit d30400d3ea
4 changed files with 20 additions and 13 deletions

View file

@ -637,7 +637,7 @@ impl QueryFeatureExpression {
.kind
.non_ranged_value()
.map(|v| *expect!(Enumerated, v));
evaluator(context, computed)
return evaluator(context, computed)
},
Evaluator::BoolInteger(eval) => {
let computed = self