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

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

Build:
DEFAULT BRANCH: master
Ran 08 Jan 2018 08:32PM UTC
Files 86
Run time 8s
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

08 Jan 2018 07:49PM UTC coverage: 86.06% (-0.03%) from 86.085%
1695.4

push

travis-ci

subbuss
<a href="https://github.com/wikimedia/parsoid/commit/b5970c4d7">Restrict nested refs not coming from templates

This better matches the behaviour of the php extension.  An instructive
example is,

&lt;ref&gt;123 {{#tag:ref|321}}&lt;/ref&gt;

{{#tag:ref|456 &lt;ref&gt;654&lt;/ref&gt;}}

The php implementation only parses the ref contents when producing the
output for reference tags, at which point, nested refs will be ignored,
as in the former case.  The &quot;321&quot; is dropped.

The latter is special, since the extension tag takes precedence over the
parser function, the inner ref will already have been processed when the
outer is added to the stack, and hence the nesting is permitted.  This
is why the inner ref precedes the outer in the references list (has a
lower number).  Unfortunately, Parsoid doesn&#39;t yet get that ordering
right.

Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/eb0e418cc">eb0e418cc</a>

8927 of 10965 branches covered (81.41%)

14446 of 16786 relevant lines covered (86.06%)

24648.63 hits per line

Source Files on job 1695.4
  • Tree
  • List 0
  • Changed 58
  • Source Changed 2
  • Coverage Changed 58
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1695
  • Travis Job 1695.4
  • b5970c4d on github
  • Prev Job for on master (#1694.1)
  • Next Job for on master (#1696.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc