Talesoft / tale-jade

A complete and fully-functional implementation of the Jade template language for PHP

Home Page:http://jade.talesoft.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse error if node has "0" as content

andreaswolf opened this issue · comments

Because of a too lax emptyness check in the lexer, a single "0" is recognized as an empty value, leading to a parsing error.