Mercurial > urweb
view tests/onerrorJs.ur @ 2164:728aaeea12fd
Add a simple 'make test' target
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 29 Jul 2015 10:08:03 -0400 |
parents | 27e731a65934 |
children |
line wrap: on
line source
fun main n = case n of 0 => error <xml>Zero is bad! <button value="Capische?" onclick={alert "GOOD!"}/></xml> | _ => return <xml/>