bug: multiple includes now works
This commit is contained in:
parent
88c262fe64
commit
c8ffbb2af0
4 changed files with 39 additions and 2 deletions
1
htmlua-parser/tests/components/multi1_1.html
Normal file
1
htmlua-parser/tests/components/multi1_1.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span id="inc1">included1</span>
|
||||
2
htmlua-parser/tests/components/multi1_2.html
Normal file
2
htmlua-parser/tests/components/multi1_2.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
<span id="inc2">included2</span>
|
||||
1
htmlua-parser/tests/components/multi1_3.html
Normal file
1
htmlua-parser/tests/components/multi1_3.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span id="inc3">included3</span>
|
||||
Loading…
Add table
Add a link
Reference in a new issue