|
Ran
|
Files
80
|
Run time
3s
|
Badge
README BADGES
|
push
travis-ci
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
12873 of 15591 relevant lines covered (82.57%)
20381.16 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|