Ran
|
Jobs
4
|
Files
70
|
Run time
11min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/4ae12db8e">Fix regressions RTing some forms of broken list wikitext This snippet won't roundtrip *<small>a *<small>b This one won't either: <small> *a *b</small> But, this one will: <small> *a *b </small> The last one will because formatting tags are outside the list and we have special support for it in our wt2html pipeline (see 600c60b8). However, the first two are more complex because the formatting markup is now embedded without the list elts and we let the HTML tree builder to fix it up. * This patch updates the li-handler cleanup from 14c47443 to handle that. * Added / updated parser tests and blacklist for tests. * Need to revisit one of the tests to see if we want to change Parsoid's wt2html output on it. * Fixes RT-testing regressions. Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/71de8faa2">71de8faa2</a>
9825 of 11686 relevant lines covered (84.07%)
91036.04 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 223.1 | 70 |
84.07 |
Travis Job 223.1 | |
2 | 223.2 | 70 |
84.06 |
Travis Job 223.2 | |
3 | 223.3 | 70 |
84.05 |
Travis Job 223.3 | |
4 | 223.4 | 70 |
84.05 |
Travis Job 223.4 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|