annotate tests/ahead.ur @ 2007:d3a0f2b8af28

<thead>, <tbody>, <tfoot>
author Adam Chlipala <adam@chlipala.net>
date Wed, 30 Apr 2014 13:05:54 -0400
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>