Skip to content

Parentheses to ensure operator priority

Snwachukwu requested to merge operator_precedence into master

Created by: adamwight

Boolean operators bind with higher priority than the ternary operator, so these must be protected with parentheses.

Some test results change because we were previously sorting in a quirky, out-of-order way.

Merge request reports