packages feed

hjs-0.2: testsuite/parsingonly/js.html

<script language=javascript>

x = 1
+ 2;

alert("Result is " + x);

</script>