Fixes #449 - missing close brace in a selector.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Feb 2015 11:52:54 +0000 (11:52 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Feb 2015 19:01:23 +0000 (19:01 +0000)
commite23659fc03e6e5ec1a38f456519ab477e971e469
tree24f28d58db93b647fcc532a77f6ea5ae67c53efa
parentde0b3e39b68c8c4ac2eaab764b14c8c44fa48df7
Fixes #449 - missing close brace in a selector.

Adds proper handling of missing closing brace in selectory body:

* warning is raised;
* extra content is ignored.
History.md
lib/selectors/tokenizer.js
lib/utils/extractors.js
test/integration-test.js
test/module-test.js
test/selectors/tokenizer-test.js