mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Additional test for the <script> tag
This commit is contained in:
parent
e3e557087c
commit
3972b38f32
3
test/fixtures/render/autotest/script/expected.html
vendored
Normal file
3
test/fixtures/render/autotest/script/expected.html
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<script type="text/javascript">
|
||||||
|
console.log('hello world');
|
||||||
|
</script>
|
||||||
3
test/fixtures/render/autotest/script/template.marko
vendored
Normal file
3
test/fixtures/render/autotest/script/template.marko
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<script type="text/javascript">
|
||||||
|
console.log('hello world');
|
||||||
|
</script>
|
||||||
1
test/fixtures/render/autotest/script/test.js
vendored
Normal file
1
test/fixtures/render/autotest/script/test.js
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
exports.templateData = {};
|
||||||
Loading…
x
Reference in New Issue
Block a user