Ran
|
Files
153
|
Run time
20s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/c7403da51">Work around Remex's failure to normalize DOM during DOM build * Looks like during HTML treebuilding, insertchar as specified by https://html.spec.whatwg.org/#insert-a-character should be normalizing text nodes. But, it appears that Remex isn't doing this curently. This was causing artificial test failures. * Worked around it by collapsing a run of text and newline tokens in the HTML5TreeBuilder. * This is going to be fixed in the Remex repository, but since we already have code to detect runs of text and NlTks, we can as well merge this since the code is as simple. * Added @var annotations to the fields of the HTML5TreeBuilder class. * 3 more parser tests pass. * Backported it to JS so the two codebases remain roughly identical. Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/a91375059">a91375059</a>
9615 of 12115 branches covered (79.36%)
15030 of 17764 relevant lines covered (84.61%)
29565.04 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|