log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/button.ur @ 2058:235b33d62275
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
A new test for <button>
author
Adam Chlipala <adam@chlipala.net>
date
Sun, 17 Aug 2014 15:56:43 -0400
parents
children
comparison
equal
deleted
inserted
replaced
2057:f4a6ccb7937f
2058:235b33d62275
1
fun main () : transaction page = return <xml><body>
2
<button onclick={fn _ => alert "AHOY"}><b>CLICK IT</b></button>
3
</body></xml>
4