Fixes #478 - whitespace after closing brace.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 3 Mar 2015 22:31:12 +0000 (22:31 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 4 Mar 2015 10:27:36 +0000 (10:27 +0000)
commite09ddf17f634311498efcbc2e9b889ecf5c0a2c1
tree03b7b2b17fe4d572045ee613eab46672e5ba1725
parent0e2f1dd6f85ded75b0f95acc4750103bba25061e
Fixes #478 - whitespace after closing brace.

So instead of aiding tokenization on top level we should only alter
body tags with a brace.

It was naive to do it on the top level in the first place :/
History.md
lib/selectors/tokenizer.js
lib/utils/extractors.js
test/integration-test.js