Ran
|
Files
70
|
Run time
7s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/91cd00f54">T90517: Update node modification flags in the main loop of WTS. * Thus far, prevNodeUnmodified and currNodeUnmodified flags were being updated in the emitSepAndOutput code after the node's output and its separator were emitted. However, this was subtly broken because some nodes like the P-tag don't come here because in the case of the P-tag, there is nothing to emit for the node itself. So, the flags would sometimes be off when these nodes are encountered. * This patch moves the updates to the main loop of the WTS so they are independent of how individual nodes are handled. * The test in the bug report now serializes properly. * The changes to selser tests all seem good. * One more patch that would benefit from T72722. Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/4a5f7c35c">4a5f7c35c</a>
9795 of 11655 relevant lines covered (84.04%)
22682.88 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|