annotate tests/docevents.ur @ 1737:78d7cc9c9b18

Don't modify the module cache after elaboration failures
author Adam Chlipala <adam@chlipala.net>
date Wed, 02 May 2012 08:56:19 -0400
parents d5c961c709f9
children e8863d9f8c59
rev   line source
adam@1555 1 fun main () : transaction page = return <xml>
adam@1555 2 <body onload={onDblclick (alert "Double click");
adam@1555 3 onKeypress (fn k => alert ("Keypress: " ^ show k))}>
adam@1555 4 Nothing here.
adam@1555 5 </body>
adam@1555 6 </xml>