fix test for updated uglifier

This commit is contained in:
Thomas Reynolds 2013-05-18 13:47:15 -07:00
parent 15cfbd3b51
commit 407f1b67a3

View file

@ -133,14 +133,14 @@ Feature: Minify Javascript
Then I should see:
"""
<script>
(function(){should(),all.be(),on={one:line}})();
!function(){should(),all.be(),on={one:line}}();
</script>
<script>
(function(){should(),too()})();
!function(){should(),too()}();
</script>
<script type='text/javascript'>
//<!--
(function(){line(),here()})();
!function(){line(),here()}();
//-->
</script>
<script type='text/html'>