Description
Failing test: UpperLowerCaseQueryTest#testInvalidQuery
The following query is expected to fail as invalid:
//*[fn:lower-case(@foo) = 123]
I suspect this is because of property type checks, 'lower-case' has as return type 'string' and 123 is 'int'.