view tests/test.js @ 1401:af501150678a

Error message when FOREIGN KEY listts have different lengths
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Jan 2011 14:16:09 -0500
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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