summaryrefslogtreecommitdiff
path: root/tests/ahead.ur
blob: 29938d0702d5929374e6f5d2eb0058e999708e03 (plain)
1
2
3
4
5
6
7
8
fun main () : transaction page = return <xml>
  <head>
    <script code={alert "Hi!"}/>
  </head>
  <body>
    <active code={alert "Bye!"; return <xml/>}/>
  </body>
</xml>