commit | f240527e54021f82d70d8a09035e575f864c1fbd | [log] [tgz] |
---|---|---|
author | David Gibson <[email protected]> | Fri May 09 20:48:49 2014 +1000 |
committer | David Gibson <[email protected]> | Fri May 09 20:48:49 2014 +1000 |
tree | 5f0741ac7d48cad3fbba9182fa21a6d175a4e806 | |
parent | 55a3a8823d433f2922cce7bf424ee32e241076c4 [diff] |
Fix bug with references to root node At present, the lexer token for references to a path doesn't permit a reference to the root node &{/}. Fixing the lexer exposes another bug handling this case. This patch fixes both bugs and adds testcases. Signed-off-by: David Gibson <[email protected]>