Non existing expressions

  1. strinnnng: should be not defined expression
  2. strinnnng:hello should be not defined expression

Using null values in expressions

  1. +: 1 nullValue should be exception!

Using null values in path expressions

  1. nullValue/noWay should be exception!

External macro in non-existing file

Macro goes here

Using null target

  1. +: 1 2 should be 3must be 3

Using undefined expression in path expression

'a' || 'b' should be 'a'must be a