annotate tests/link.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
parents 6fd102fa28f9
children
rev   line source
adamc@376 1 fun ancillary () = return <xml>
adamc@110 2 Welcome to the ancillary page!
adamc@376 3 </xml>
adamc@110 4
adamc@376 5 fun main () : transaction page = return <xml><body>
adamc@110 6 <a link={ancillary ()}>Enter the unknown!</a>
adamc@376 7 </body></xml>