fixed parser bug
This commit is contained in:
parent
58bcf60567
commit
a07d893e6e
4 changed files with 37 additions and 4 deletions
9
htmlua-parser/tests/components/include_base.html
Normal file
9
htmlua-parser/tests/components/include_base.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<includeelement name="t"></includeelement>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World</h1>
|
||||
<includeelement name="b"></includeelement>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue