Split out of #230, which grouped unrelated attribute drops on different elements. One repro per issue. ## What `<repeat>` loses its `times` attribute on round-trip. Verified on `lysuite/ly45a_SimpleRepeat.xml`: - expected: `times="5"` - actual: attribute absent ## Impact `attr:repeat@times` — 3 reorder-free candidate files. ## Repro ``` make dump-api-roundtrip && make classify-api-roundtrip # signature attr:repeat@times ``` ## References - Split from #230 · Part of #208 · feeds #213 · surfaced by PR #225
Split out of #230, which grouped unrelated attribute drops on different elements. One repro per issue.
What
<repeat>loses itstimesattribute on round-trip. Verified onlysuite/ly45a_SimpleRepeat.xml:times="5"Impact
attr:repeat@times— 3 reorder-free candidate files.Repro
References