packages feed

jespresso-1.0.1: test-data/cases/scriptSimple1.html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>MyTest</title>
    </head>
    <body>
      <script>
	foo(bar);
      </script>
      <script>
        bar = baz;
      </script>
      <span>Test</span>
    </body>
</html>