view tests/test.js @ 1537:e627bab3eda7

Fix list urlification
author Adam Chlipala <adam@chlipala.net>
date Sun, 14 Aug 2011 16:46:36 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

function bar(s) {
  alert("<<" + s + ">>");
}