I’m assuming that terminators are supposed to be direct children of paragraphs. That’s what the old code seems to indicate.
I’m now getting the following results: [flexunit] Suite: UnitTest.Tests.OperationTest [flexunit] Tests run: 47, Failures: 5, Errors: 2, Skipped: 2, Time elapsed: 5.388 sec The remaining two errors are “index out of bounds” in ParagraphElement.insertBlockElement(). I’m working on that now. After I resolve the errors, I’ll look at the failures. FWIW, some of the errors now became failures… :-( On Dec 25, 2014, at 12:34 AM, Harbs <harbs.li...@gmail.com> wrote: > It looks like at least some of these errors are related to paragraph > terminators ending up nested in Link elements. > > Does anyone know if that;s something that is supposed to ever happen? Is it > correct to assume that paragraph terminator elements are always supposed to > be direct children of ParagraphElements? What about SubParargaphGroup > elements? Do those contain the terminators, or is the terminator supposed to > be a direct child of the paragraph in that case as well? > > On Dec 24, 2014, at 9:13 PM, Harbs <harbs.li...@gmail.com> wrote: > >> [flexunit] Suite: UnitTest.Tests.OperationTest >> [flexunit] Tests run: 47, Failures: 4, Errors: 3, Skipped: 2, Time elapsed: >> 5.089 sec >