Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Revert "Let the speedup block locator complain about surplus closing" #390

Closed e0ne closed 4 years ago

e0ne commented 4 years ago

Commit 4cf0cb606ad32a04774a0a3ca9186e238bf61c1f adds some backward-incompatible changes to pyScss: not it fails on a valid sass/scss filed. It means that Python and C implementation of parsers are different.

This patch reverts the commit mentioned above to have the same functionality between Python and C implementations.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 66.809% when pulling ff9de4af2385cff24ac5e2c775f27e40e9befe17 on e0ne:revert-speedup into 08e8ae4875a9690739dc10b8a3410cb593d0138b on Kronuz:master.