annotate tests/label.ur @ 2271:85f91c7452b0

First draft of cache consolidation.
author Ziv Scully <ziv@mit.edu>
date Wed, 21 Oct 2015 09:18:36 -0400
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>