log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/onerrorJs.ur @ 1731:27e731a65934
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Include JavaScript files properly in error handler pages
author
Adam Chlipala <adam@chlipala.net>
date
Sat, 28 Apr 2012 12:00:35 -0400
parents
children
comparison
equal
deleted
inserted
replaced
1730:02533f681ad2
1731:27e731a65934
1
fun main n =
2
case n of
3
0 => error <xml>Zero is bad! <button value="Capische?" onclick={alert "GOOD!"}/></xml>
4
| _ => return <xml/>