Added eval operator

This commit is contained in:
Mike Farah
2022-02-01 14:47:51 +11:00
parent 77204551ab
commit 535799462f
19 changed files with 209 additions and 30 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ func decodeXml(t *testing.T, s formatScenario) *CandidateNode {
expression = "."
}
exp, err := NewExpressionParser().ParseExpression(expression)
exp, err := getExpressionParser().ParseExpression(expression)
if err != nil {
t.Error(err)