Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Ignore test case for
is defined()
function
The built-in function `is defined()` doesn't work anymore. By returning `null` for a non-existing variable, the function returns always `true`. Previously, the function was used to check if a variable or context entry exists. See the issue for details: #695.
- Loading branch information