Ran
|
Files
153
|
Run time
11s
|
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>
9650 of 12151 branches covered (79.42%)
15082 of 17785 relevant lines covered (84.8%)
32528.78 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|