log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
1925:15802a00816c
1926:44f607a7f4cd
1
fun main () : transaction page = return <xml>
2
<head>
3
<script code={alert "Hi!"}/>
4
</head>
5
<body>
6
<active code={alert "Bye!"; return <xml/>}/>
7
</body>
8
</xml>