annotate tests/alert.ur @ 2289:78820fa8f5a7

Fix bugs for lock calculation and SQL parsing and add support for tasks.
author Ziv Scully <ziv@mit.edu>
date Sun, 15 Nov 2015 14:18:35 -0500
parents 1901db85acb4
children
rev   line source
adamc@566 1 fun main () : transaction page = return <xml><body>
adamc@567 2 <a onclick={alert "You clicked it! That's some fancy shooting!"}>Click Me!</a>
adamc@566 3 </body></xml>