view tests/test.js @ 1333:dab85a49e0ab

Warn about XHTML looseness
author Adam Chlipala <adam@chlipala.net>
date Sat, 11 Dec 2010 19:57:22 -0500
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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