Fixes #738 - edge case in comment processing.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 1 Apr 2016 20:39:43 +0000 (22:39 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 1 Apr 2016 20:49:48 +0000 (22:49 +0200)
commit1d535349a30522734ddb838ab51b60aeddb9a991
tree7c0b91e088305c02efe3af8ed664c8c8f6feb948
parentdee37a7c31cff80bc0c187ad4daccd7b9af92c4a
Fixes #738 - edge case in comment processing.

Second `/*` in `/*! comment */*{...}` was taken as a comment start
which actually is not.
History.md
lib/utils/quote-scanner.js
test/integration-test.js
test/text/comments-processor-test.js
test/utils/quote-scanner-test.js