Non existing expressions
- strinnnng: should be not defined expression
- strinnnng:hello should be not defined expression
Using null values in expressions
- +: 1 nullValue should be exception!
Using null values in path expressions
- nullValue/noWay should be exception!
External macro in non-existing file
Macro goes here
Using null target
- +: 1 2 should be 3must be 3
Using undefined expression in path expression
'a' || 'b' should be 'a'must be a