Fixes #739 - error when a closing brace is missing.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 30 Dec 2016 11:49:02 +0000 (12:49 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 30 Dec 2016 11:49:02 +0000 (12:49 +0100)
commite9a1d985c1eb64e5c4139b42bf3edd9a34996856
tree744c1bdf6edc4f73829294ee0ccf2c6438e1dd5d
parent13ae37ef87ea79f3ecfb8c5e8c166757e6bb8fd7
Fixes #739 - error when a closing brace is missing.

Why:

* When such content gets parsed into a block we should ignore
  the whole declaration as browsers do.
History.md
lib/optimizer/basic.js
test/optimizer/basic-test.js
test/tokenizer/tokenize-test.js