Skip to content

Commit 9954976

Browse files
test: added inner-locals test
1 parent a287b96 commit 9954976

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

test/expected/inner-locals.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>index</h1><h2>3</h2>

test/fixtures/inner-locals.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<h1>index</h1>
2+
3+
<include src="./test/fixtures/includes/3.html">
4+
{
5+
"text": 3
6+
}
7+
</include>

0 commit comments

Comments
 (0)