simplified repetition does not work with distanceAsLaps
Closed this issue · 1 comments
bartneck commented
When using <distanceAsLaps>
in a simplified repetition, an assertion is triggered and the result is very messy (squares-in-square.xml
):
<instruction>
<repetition>
<simplify>true</simplify>
<instruction>
<length>
<lengthAsLaps>4</lengthAsLaps>
</length>
<stroke>
<standardStroke>backstroke</standardStroke>
</stroke>
<rest>
<afterStop>PT0M15S</afterStop>
</rest>
</instruction>
</repetition>
</instruction>
bartneck commented
Tested and okay.