062 wire parse rejects unterminated string

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

PARSE ERROR UNTERMINATED
PARSE ERROR UNQUOTED

Expected output

PARSE ERROR UNTERMINATED
PARSE ERROR UNQUOTED

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(name: kopium)")

Test Configuration

MUST_RUN