annotate tests/entities.ur @ 2291:50ad02829abd

Make cache flushes happen immediately instead of at end of transaction.
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 02:44:37 -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>