Fixes #676 - fuzzy matching in unquoted data URIs.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 12 Nov 2015 22:17:20 +0000 (22:17 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 13 Nov 2015 12:06:42 +0000 (12:06 +0000)
commit0d00d14c4235e58588b37a2c7aa298112fbf142f
tree882251adf4a2d1ed3f44baa11d8b127ff8bcafc3
parent14995007d40c0ec157a0fd668f93b9178fcecc9f
Fixes #676 - fuzzy matching in unquoted data URIs.

Instead of matching just whitespace, also curly braces and semicolons
needs to be fuzzy matched as those tokens indicate context beyond
escaped URI.
History.md
lib/urls/reduce.js
test/integration-test.js