Overview:
There is a issue with Table and Table specific elements like tbody, tr. If text directives are used in a Element that must not have any text content (like table, tbody), tokens are moved by the parser outside the respective element.
Expected Behavior:
Tables are correctly tokenized
Actual Behavior:
Tables are not correctly tokenized
Steps to Reproduce 🔄
Create a template that contains a table, eg. ts <table></table>
Insert a text based directive inside the table, eg: each
Bug Description
Overview: There is a issue with Table and Table specific elements like tbody, tr. If text directives are used in a Element that must not have any text content (like table, tbody), tokens are moved by the parser outside the respective element.
Expected Behavior: Tables are correctly tokenized
Actual Behavior: Tables are not correctly tokenized
Steps to Reproduce 🔄
ts <table></table>
each
Environment Information 🌐
Additional Context