This commit is contained in:
Thomas Reynolds 2015-02-13 14:39:08 -08:00
parent 4d7b21185f
commit 2f558ec571

View file

@ -140,14 +140,14 @@ Feature: Minify Javascript
</script>
<script type='text/javascript'>
//<!--
!function(){line(),here()}();
!function(){one,line(),here()}();
//-->
</script>
<script type='text/html'>
I'm a jQuery {{template}}.
</script>
"""
Scenario: Rendering external js with the feature enabled
Given a fixture app "minify-js-app"
And a file named "config.rb" with: