Mercurial > urweb
view tests/naughty.ur @ 1651:dfc854e478bb
Error messages about applying 'dynClass' to tags that don't like it
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 31 Dec 2011 13:31:00 -0500 |
parents | deeeb036c8ed |
children |
line wrap: on
line source
fun main () : transaction page = if naughtyDebug "hello" = 0 then return <xml><body></body></xml> else error <xml>Uhoh!</xml> (*fun main () : transaction page = let val a = naughtyDebug "" in return <xml><body></body></xml> end*)