annotate tests/entities.ur @ 2269:f7bc7c11a656

Make SQL caches use more of the pure caching machinery, but it's brittle.
author Ziv Scully <ziv@mit.edu>
date Thu, 15 Oct 2015 00:52:04 -0400
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>