view tests/label.ur @ 1591:20f898c29525

Tweaks to choices of source positions to use in error messages, including for subSgn
author Adam Chlipala <adam@chlipala.net>
date Sat, 05 Nov 2011 13:12:07 -0400
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>