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

wikimedia / parsoid / 223
85%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2015 06:35PM UTC
Jobs 4
Files 70
Run time 11min
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

pending completion
223

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>

9825 of 11686 relevant lines covered (84.07%)

91036.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 223.1 06 Mar 2015 06:37PM UTC 0
84.07
Travis Job 223.1
2 223.2 06 Mar 2015 06:35PM UTC 0
84.06
Travis Job 223.2
3 223.3 06 Mar 2015 06:44PM UTC 0
84.05
Travis Job 223.3
4 223.4 06 Mar 2015 06:46PM UTC 0
84.05
Travis Job 223.4
Source Files on build 223
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #223
  • 4ae12db8 on github
  • Prev Build on master (#222)
  • Next Build on master (#224)
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