MORX-13: Rearrangement with DontAdvance and MarkLast

The font for this test case has an AAT Extended Glyph Metamorphosis Table with a single Rearrangement Subtable. Its finite-state machine contains two states (0 and 1) with the following transitions:
The input string for this test case is ABCDE. If your rendering system correctly implements Apple Advanced Typography, the finite-state machine should extend the marked glyph range to include E when the state changes from 0 to 1, even though the current position is not advancing. As a result, the final string after rearrangement should be BCDEA. If your implementation produces BCDAE or another order, it fails to handle state transitions that carry both the DontAdvance and MarkLast flags.
Expected
Observed
Conformance