Additional test for the <script> tag

This commit is contained in:
Patrick Steele-Idem 2016-02-03 14:38:44 -07:00
parent e3e557087c
commit 3972b38f32
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<script type="text/javascript">
console.log('hello world');
</script>

View File

@ -0,0 +1,3 @@
<script type="text/javascript">
console.log('hello world');
</script>

View File

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