add support for text root nodes (and test suite cleanups)

This commit is contained in:
Géry Debongnie
2019-01-21 13:27:17 +01:00
parent e40c9ee4e5
commit a3bf470930
4 changed files with 320 additions and 211 deletions
+4 -1
View File
@@ -44,4 +44,7 @@ Before even thinking about using this in a real scenario:
- check qweb tests and see if it is reasonable
- Note: the compilation of a template should have a unique node (but sub templates
can have multiple roots)
- remove the "if (${exprID} || ${exprID} === 0) {"
- remove the "if (${exprID} || ${exprID} === 0) {"
- style is props? difference between props and attrs
- text node
- t-extend???