wechat-miniprogram / glass-easel

Multiple-backend component-based JavaScript framework
MIT License
240 stars 34 forks source link

Template compiler get panicked at specific content #173

Closed SgLy closed 4 months ago

SgLy commented 4 months ago

Reproduce: <div></>

LastLeaf commented 4 months ago

Also, <div></xxx>... prevents further parsing. This is an end tag parsing bug.