032 rule keeps all its parts

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

pair(3,num(4)) depth=2 text=3:4

Expected output

pair(3,num(4)) depth=2 text=3:4

Flows

flow ~grammar click a branch to expand · @labels scroll to their anchor
grammar (expr: pairs)
flow ~parse click a branch to expand · @labels scroll to their anchor
parse (expr: "3:4", grammar: pairs)

Test Configuration

MUST_RUN