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

wikimedia / parsoid / 1695
85%

Build:
DEFAULT BRANCH: master
Ran 08 Jan 2018 08:26PM UTC
Jobs 4
Files 86
Run time 6min
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
1695

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>

8931 of 10965 branches covered (81.45%)

14449 of 16786 relevant lines covered (86.08%)

98594.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1695.1 08 Jan 2018 08:31PM UTC 0
86.05
Travis Job 1695.1
2 1695.2 08 Jan 2018 08:31PM UTC 0
86.06
Travis Job 1695.2
3 1695.3 08 Jan 2018 08:26PM UTC 0
86.06
Travis Job 1695.3
4 1695.4 08 Jan 2018 08:32PM UTC 0
86.06
Travis Job 1695.4
Source Files on build 1695
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1695
  • b5970c4d on github
  • Prev Build on master (#1694)
  • Next Build on master (#1696)
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