--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test.js Sat May 02 12:10:43 2009 -0400 @@ -0,0 +1,7 @@ +function print() { + alert("Hi there!"); +} + +function bar(s) { + alert("<<" + s + ">>"); +}