059 wire parse accepts one invocation

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

PARSED
PARSED EMPTY ARGS
PARSED ESCAPED

Expected output

PARSED
PARSED EMPTY ARGS
PARSED ESCAPED

Flows

flow ~register click a branch to expand · @labels scroll to their anchor
register (scope: "api", source: greet(1))
flow ~parse.wire click a branch to expand · @labels scroll to their anchor
parse.wire (source: "greet(name: \"kopium\")")
flow ~parse.wire click a branch to expand · @labels scroll to their anchor
parse.wire (source: "greet()")
flow ~parse.wire click a branch to expand · @labels scroll to their anchor
parse.wire (source: " greet(name: \"escaped \\\"quotes\\\" inside\") ")

Test Configuration

MUST_RUN