118 sweep arm writes two columns

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

p 1 2
p 13 24

Expected output

p 1 2
p 13 24

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: ents, capacity: 4, source: px: i64, vx: i64, py: i64, vy: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: ents, source: px: 0, vx: 1, py: 0, vy: 2)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: ents, source: px: 10, vx: 3, py: 20, vy: 4)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: ents)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: ents)

Test Configuration

MUST_RUN