Moar tests

This commit is contained in:
Mike Farah
2025-07-11 22:00:20 +10:00
parent a98921213f
commit b9d9e2fbad
4 changed files with 649 additions and 4 deletions
+1 -1
View File
@@ -64,6 +64,6 @@ func (d *dataTreeNavigator) GetMatchingNodes(context Context, expressionNode *Ex
if handler != nil {
return handler(d, context, expressionNode)
}
return Context{}, fmt.Errorf("unknown operator %v", expressionNode.Operation.OperationType)
return Context{}, fmt.Errorf("unknown operator %v", expressionNode.Operation.OperationType.Type)
}