More test cases

This commit is contained in:
Patrick Steele-Idem 2015-08-11 10:08:07 -06:00
parent 293f891c52
commit cde58ad930
6 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
<img alt>

View File

@ -0,0 +1 @@
<img alt="${data.myAlt || true}">

View File

@ -0,0 +1,3 @@
exports.templateData = {
myAlt: null
};

View File

@ -0,0 +1 @@
<img alt>

View File

@ -0,0 +1 @@
<img alt="">

View File

@ -0,0 +1 @@
exports.templateData = {};