Fixes #776 - edge case in quoted data URIs.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 1 Jun 2016 09:10:17 +0000 (11:10 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 1 Jun 2016 09:19:14 +0000 (11:19 +0200)
commitfc3c372af7292e18e155505e38d0d0c207a9dc8d
treefde0db9b66e780b9b1b44c860a526c32eb87bc97
parent1d8069ce303a9fd7765599b6351dec94b6805804
Fixes #776 - edge case in quoted data URIs.

Regardless of whether data URI is quoted or not the end of URI should
always be fuzzy matched.
History.md
lib/urls/reduce.js
test/text/urls-processor-test.js