Fixes #782 - regression in processing data URIs.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 2 Jun 2016 06:57:57 +0000 (08:57 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 2 Jun 2016 09:16:35 +0000 (11:16 +0200)
commitc9c571f312a5011fb7cf8f5433d58f53c26eb8b5
tree3ff530f75f6edd13d709344f336c57c80844c685
parent5637e894fd813a178c2d693c2b060c24848e09c1
Fixes #782 - regression in processing data URIs.

Instead of trying to fuzzy match an end of data URI let's use split
to navigate through bracket levels and determine an end of an URI.
History.md
lib/urls/reduce.js
lib/utils/split.js
test/text/urls-processor-test.js
test/utils/split-test.js