log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/ahead.ur @ 1926:44f607a7f4cd
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Rename <activeHead> to <script> and make it work properly
author
Adam Chlipala <adam@chlipala.net>
date
Mon, 09 Dec 2013 15:47:14 -0500
parents
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>