Mercurial > urweb
view tests/test.js @ 1440:6064ddd90ca6
Fix C compilation of empty records; use DESTDIR in 'make install/uninstall'
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 20 Mar 2011 13:15:11 -0400 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }