annotate tests/label.ur @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -0500
parents 609ab3947a08
children
rev   line source
adamc@1047 1 fun main () = return <xml><body>
adamc@1047 2 <ccheckbox id="A"/> <label for="A">First one</label><br/>
adamc@1047 3 <ccheckbox id="B"/> <label for="B">Second one</label><br/>
adamc@1047 4 </body></xml>