Skip to content

Commit 6983094

Browse files
author
Gela
committed
Merge pull request #765 from /issues/760@v2
image: Write tests on templates
2 parents 85395a7 + 1bb0f88 commit 6983094

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
({
2+
block : 'image',
3+
url : '#',
4+
width : '16',
5+
height : '16',
6+
alt : 'Download',
7+
title : 'Download image'
8+
})
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<img class="image" src="#" width="16" height="16" alt="Download" title="Download image"/>

0 commit comments

Comments
 (0)