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

wikimedia / parsoid / 882
85%

Build:
DEFAULT BRANCH: master
Ran 03 Feb 2016 12:01AM UTC
Jobs 4
Files 80
Run time 1min
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
882

push

travis-ci

subbuss
Updates to nowiking code for dealing with extlink masqueraders

* Followup to 9834cd6b5

* Templates can false lead the nowiking code to believe
  that a wikitext string can parse to an extlink.

  Ex: [{{echo|foo}}]

  More generally, the problem how do we know if [{{Tpl}}]
  will parse to an extlink or not. We won't know without
  examining the expansion of {{Tpl}}. So, during serialization,
  if we are trying to decide if the ']' needs to be nowiki
  protected, we need to look at the HTML that serialized to
  {{Tpl}} to see if the templated output was an A-tag.

* This patch handles the simplest scenarios like
  [{{Tpl}} content-without-templates]

  But, it will fail on [{{Tpl1}} {{Tpl2}}] since this patch
  will look at expansion of {{Tpl2}} while making nowiking
  decisions.

  To be improved upon.

* Updated some existing tests.

Change-Id: Icc6ab3de4

12878 of 15591 relevant lines covered (82.6%)

81524.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 882.1 03 Feb 2016 12:01AM UTC 0
82.6
Travis Job 882.1
2 882.2 03 Feb 2016 12:01AM UTC 0
82.6
Travis Job 882.2
3 882.3 03 Feb 2016 12:01AM UTC 0
82.57
Travis Job 882.3
4 882.4 03 Feb 2016 12:02AM UTC 0
82.57
Travis Job 882.4
Source Files on build 882
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #882
  • e701d9cb on github
  • Prev Build on master (#881)
  • Next Build on master (#883)
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