Ran
|
Jobs
3
|
Files
306
|
Run time
8min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/0e07937da">Handle case-sensitivity in behavior switches correctly in Parsoid/JS JavaScript doesn't have embedded case-sensitivity flags in regular expressions (eg, `(?i: ... )` ), and so we kinda hacked around the issue in JavaScript, recognizing the all-uppercase and all-lowercase versions of behavior switches and then sometimes (but not always!) throwing a global 'i' flag on the entire regular expression at the end. PHP has embedded case-sensitivity flags, so we can do this "correctly" in the PHP port. However, first quickly hack together "better" support on the JavaScript side so we can check for any behavior or parser test changes (and not incorrectly blame them on porting bugs). Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/f32c948fc">f32c948fc</a>
19300 of 24302 branches covered (79.42%)
30164 of 35570 relevant lines covered (84.8%)
99168.68 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 3032.1 | 153 |
84.8 |
Travis Job 3032.1 | |
2 | 3032.2 | 153 |
84.8 |
Travis Job 3032.2 | |
3 | 3032.3 | 153 |
84.83 |
Travis Job 3032.3 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|