##// END OF EJS Templates
tests: print line numbers when checking code...
tests: print line numbers when checking code When an exception will be listed the line numbers can be replaced with glob as it is done in test-check-pyflakes.t

File last commit:

r14563:81fc9678 default
r19386:0e25a9e2 default
Show More
diffstat.tmpl
8 lines | 364 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="diffstat-file"><a href="#l{fileno}.1">{file|escape}</a></td>
<td class="diffstat-total" align="right">{total}</td>
<td class="diffstat-graph">
<span class="diffstat-add" style="width:{addpct}%;">&nbsp;</span>
<span class="diffstat-remove" style="width:{removepct}%;">&nbsp;</span>
</td>
</tr>