annotate tests/entities.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 1c9f8f06c1d6
children
rev   line source
adam@1592 1 fun main () : transaction page = return <xml><body>
adam@1592 2 Hello world! &amp; so on, &copy; me today (8 &euro;)<br/>
adam@1592 3 &spades; &clubs; &hearts; &diams;<br/>
adam@1592 4 &dagger; DANGER &dagger;
adam@1592 5 </body></xml>