See #689 - fixes regression in parsing property blocks.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 4 Jan 2017 15:23:05 +0000 (16:23 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 4 Jan 2017 15:23:05 +0000 (16:23 +0100)
commitb6365bf2d9b73ce4f9cc011414057a08ccc52789
tree78957b49477e8890e11ea9050d0e22c9321a6ecf
parent5d0597c31f53dcdcd44ab03e8c459c5e48ce59a0
See #689 - fixes regression in parsing property blocks.

Why:

* New tokenizer introduced an issue where a semicolon ending a
  property block was handled incorrectly.
lib/tokenizer/tokenize.js
test/tokenizer/tokenize-test.js