Open dbarriguete opened 4 years ago
The current version has a wrong validation of declared variables in catch(), it raises an error when you have something like follows:
catch ($error) { errorHandlerFunction($error) }
Xqlint returns:
XPST0008, "$error": undeclared variable
The current version has a wrong validation of declared variables in catch(), it raises an error when you have something like follows:
Xqlint returns:
XPST0008, "$error": undeclared variable