Skip to content

Commit 8ca7652

Browse files
committed
Merge branch 'Znarkus-milestone-1.4.3' into milestone-1.4.3
2 parents 673ea00 + 6d8f157 commit 8ca7652

3 files changed

Lines changed: 24 additions & 10 deletions

File tree

test/expected/not-clear-rest.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
<p>
2-
<a href="callto:+123456">+123456</a>
3-
<br>
4-
<a href="mailto:email@company.com">email@company.com</a>
5-
</p>
1+
<section>
2+
<h1>Contact</h1>
3+
<div>
4+
<h2>Bar</h2>
5+
<p>
6+
<a href="callto:+123456">+123456</a>
7+
<br>
8+
<a href="mailto:email@company.com">email@company.com</a>
9+
</p>
10+
</div>
11+
</section>

test/fixtures/includes/4.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div>
2+
<h2>{{ foo }}</h2>
3+
<p>
4+
<include src="./test/fixtures/blocks/partial/phone.html"></include>
5+
<br>
6+
<a href="mailto:email@company.com">email@company.com</a>
7+
</p>
8+
</div>

test/fixtures/not-clear-rest.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<p>
2-
<include src="./test/fixtures/blocks/partial/phone.html"></include>
3-
<br>
4-
<a href="mailto:email@company.com">email@company.com</a>
5-
</p>
1+
<section>
2+
<h1>Contact</h1>
3+
<include src="./test/fixtures/includes/4.html"
4+
locals='{"foo":"Bar"}'></include>
5+
</section>

0 commit comments

Comments
 (0)