Fixes #475 - correctly handle whitespace after closing bracket.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 2 Mar 2015 22:24:17 +0000 (22:24 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 3 Mar 2015 14:25:24 +0000 (14:25 +0000)
commitd77533a83aa2f0dd81da01dec98287afd09a28e8
tree0829783c09c32488884452910a2f0fd2603571c7
parent3f37cfd13815e5c96c51f6fb0526f26a14ba6920
Fixes #475 - correctly handle whitespace after closing bracket.

There was an issue with `:not(...).class` turned into `:not(...) .class`.
History.md
lib/selectors/tokenizer.js
test/integration-test.js