jeremyworboys / node-kit

Node based compiler for .kit files.
MIT License
15 stars 8 forks source link

Incorect parsing when only non-whitespace between kit variables #13

Closed intentionally-left-nil closed 9 years ago

intentionally-left-nil commented 9 years ago

Simple repro:

<!--$blog-link: foo-->
<!--$blog-protocol: bar-->
<!--$blog-protocol-->A<!--$blog-link-->

The bug happens because there is nothing splitting up the third line, it is treated as one token.