alex-seville / blanket

blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.
http://blanketjs.org
Other
1.4k stars 177 forks source link

Fix duplicate escaped '&' character #557

Closed Gisonrg closed 8 years ago

Gisonrg commented 8 years ago

Fix the issue discussed in #547 as the last escape '&' will cause the previously escape results not working. grunt & npm test pass all checks

alex-seville commented 8 years ago

Right, it was already escaping & further up the chain.