Skip to content

Commit 325b8bf

Browse files
committed
Merge pull request #1635 from hlindberg/issues/fix-20581
(#20581) Correct parser future's validation of query expression
2 parents 8c0e1b3 + 23005e6 commit 325b8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/pops/validation/checker3_1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def check_QualifiedReference(o)
281281
end
282282

283283
def check_QueryExpression(o)
284-
rvalue(o.expr) if o.expr # is optional
284+
query(o.expr) if o.expr # is optional
285285
end
286286

287287
def relation_Object(o, rel_expr)

0 commit comments

Comments
 (0)