Multiple attribute-surrounding expressions
authorDuncan Beevers <duncan@dweebd.com>
Tue, 8 Jul 2014 18:56:42 +0000 (13:56 -0500)
committerDuncan Beevers <duncan@dweebd.com>
Wed, 9 Jul 2014 07:03:53 +0000 (02:03 -0500)
commitbc708bc14792c803bad03dbb95844a355434de1b
treee229966dcafbd584e53226ed02a0a5db87f7173d
parent5d387a95ec98b9de03a3ca027c173d371fd7dbc9
Multiple attribute-surrounding expressions

customAttrOpen / customAttrClose replaced by customAttrSurround

customAttrSurround is an array of tuples.
Each tuple represents an open/close regexp pair.
src/htmlminifier.js
src/htmlparser.js
tests/minifier.js