Most of the 159 occurrences of WSP in the contribution are of the form
- [WSP] (at most one whitespace), or
- WSP (exactly one whitespace)
All of them need to be replaced with either
- 1*WSP (at least one whitespace): around comparison and logical operators and before asc/desc in $orderby
- *WSP (any number of whitespace): all other occurrences