|
Ran
|
Jobs
4
|
Files
69
|
Run time
6min
|
Badge
README BADGES
|
push
travis-ci
[DSR] Fix bug in computation of end-tag widths of wikitext constructs * On occasion, end-tag width information available in wikitext was being discarded and default wikitext end-tag widths (initialized in mediawiki.wikitext.constants.js) were being used. Specifically, this affected tables that used {{!}}} for the table closing tag. This can be seen by running "node parse --trace dsr < /tmp/wt" on the following wikitext and looking at the debug attribute 'dbsrc' set on the output HTML. ---------- {| |foo {{!}}} ---------- * This patch fixes tag width computation code and eliminates the bug. * This fixes the result of 5 selser test results (the old selser output was buggy). This exact same error that was fixed also fixes the rt-ing error in kowiki:로스트의_수상_목록 and eliminates all semantic error reports from that page. Change-Id: I8286383dd
11021 of 12897 relevant lines covered (85.45%)
91405.06 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 461.1 | 0 |
85.45 |
Travis Job 461.1 | |
| 2 | 461.2 | 0 |
85.45 |
Travis Job 461.2 | |
| 3 | 461.3 | 0 |
85.45 |
Travis Job 461.3 | |
| 4 | 461.4 | 0 |
85.45 |
Travis Job 461.4 |