annotate tests/docevents.ur @ 1922:5890ba37827c

Add -print-cinlude command line option
author Sergey Mironov <grrwlf@gmail.com>
date Wed, 06 Nov 2013 13:54:07 +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>