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
@@ -289,7 +289,7 @@ func TestPrinterScalarWithLeadingCont(t *testing.T) {
var writer = bufio.NewWriter(&output)
printer := NewSimpleYamlPrinter(writer, YamlOutputFormat, true, false, 2, true)
node, err := NewExpressionParser().ParseExpression(".a")
node, err := getExpressionParser().ParseExpression(".a")
if err != nil {
panic(err)
}