view tests/label.ur @ 1834:690638bd9fef

Fix generation of timestamp literals for MySQL and SQLite
author Adam Chlipala <adam@chlipala.net>
date Fri, 30 Nov 2012 09:50:00 -0500
parents 609ab3947a08
children
line wrap: on
line source
fun main () = return <xml><body>
  <ccheckbox id="A"/> <label for="A">First one</label><br/>
  <ccheckbox id="B"/> <label for="B">Second one</label><br/>
</body></xml>