Add spec for multiple items in class attributes in handle bars (#4509)

master
Aakansha Doshi 2018-05-21 04:23:01 +05:30 committed by Lucas Duailibe
parent 31f79fbc22
commit 3fc4c527d3
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,8 @@ exports[`basic-handlebars.hbs 1`] = `
</div>
</div>
</script>
<div class="{{hello}} {{world}}"></div>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<script id="entry-template" type="text/x-handlebars-template">
<div class="entry">
@ -20,6 +22,7 @@ exports[`basic-handlebars.hbs 1`] = `
</div>
</div>
</script>
<div class="{{hello}} {{world}}"></div>
`;
exports[`comments.hbs 1`] = `

View File

@ -6,3 +6,5 @@
</div>
</div>
</script>
<div class="{{hello}} {{world}}"></div>