annotate tests/ahead.ur @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
parents 44f607a7f4cd
children
rev   line source
adam@1926 1 fun main () : transaction page = return <xml>
adam@1926 2 <head>
adam@1926 3 <script code={alert "Hi!"}/>
adam@1926 4 </head>
adam@1926 5 <body>
adam@1926 6 <active code={alert "Bye!"; return <xml/>}/>
adam@1926 7 </body>
adam@1926 8 </xml>