middleman/middleman-core/fixtures/minify-js-app/source/inline-js.php

23 lines
302 B
PHP
Raw Normal View History

<?='Hello'?>
<script>
;(function() {
this;
should();
all.be();
on = { one: line };
})();
</script>
<script type='text/javascript'>
//<!--
;(function() {
one;
line();
here();
})();
//-->
</script>
<script type='text/html'>
I'm a jQuery {{template}}.
</script>