Fixes #462 - escaped apostrophes in selector rules.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Mar 2015 16:49:01 +0000 (16:49 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Mar 2015 18:07:53 +0000 (18:07 +0000)
commit35cb43d1c67eee770dd9816c084fe4a152dc69b4
treef40374ed4be19238ade1227f1df87fabf9997b24
parent21080b94ed0ee458db760edce44d0c273af37346
Fixes #462 - escaped apostrophes in selector rules.

QuoteScanner were not scanning correctly for escaped apostrophes.
History.md
lib/utils/quote-scanner.js
test/integration-test.js
test/selectors/tokenizer-test.js
test/utils/quote-scanner-test.js