mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
049dabbf15
Squashed changes: - Prevent side effects of content type testing. - Test for inline minification in PHP files.
22 lines
302 B
PHP
Executable file
22 lines
302 B
PHP
Executable file
<?='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>
|