196 escaped quote in arg string

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

one "two, three" four
","n": three escaped quotes and a colon
{"scenario":"dense","frames":100}

Expected output

one "two, three" four
","n": three escaped quotes and a colon
{"scenario":"dense","frames":100}

Flows

flow ~first click a branch to expand · @labels scroll to their anchor
first (msg: "one \"two, three\" four", tail: "unsplit")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "\",\"n\": three escaped quotes and a colon")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "{\"scenario\":\"dense\",\"frames\":{{ 100:d }}}")

Test Configuration

MUST_RUN