log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/rewrite.ur @ 768:3b7e46790fa7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Path rewriting
author
Adam Chlipala <adamc@hcoop.net>
date
Sat, 02 May 2009 13:23:07 -0400
parents
children
rev
line source
adamc@768
1
table t : { A : int }
adamc@768
2
adamc@768
3
fun other () = return <xml><body>
adamc@768
4
Other
adamc@768
5
</body></xml>
adamc@768
6
adamc@768
7
fun main () = return <xml><body>
adamc@768
8
<a link={other ()}>Hi!</a>
adamc@768
9
</body></xml>