• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wikimedia / parsoid / 223 / 4
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2015 06:46PM UTC
Files 70
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Mar 2015 06:03PM UTC coverage: 84.049% (+0.007%) from 84.042%
223.4

push

travis-ci

subbuss
<a href="https://github.com/wikimedia/parsoid/commit/4ae12db8e">Fix regressions RTing some forms of broken list wikitext

This snippet won&#39;t roundtrip
*&lt;small&gt;a
*&lt;small&gt;b

This one won&#39;t either:
&lt;small&gt;
*a
*b&lt;/small&gt;

But, this one will:
&lt;small&gt;
*a
*b
&lt;/small&gt;

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&#39;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>

9822 of 11686 relevant lines covered (84.05%)

22756.97 hits per line

Source Files on job 223.4
  • Tree
  • List 0
  • Changed 49
  • Source Changed 1
  • Coverage Changed 49
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 223
  • Travis Job 223.4
  • 4ae12db8 on github
  • Prev Job for on master (#222.4)
  • Next Job for on master (#224.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc