Mercurial > urweb
view tests/ooo.ur @ 1600:8128fcb2d4a4
Fix catalog querying about empty tables
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 18 Nov 2011 17:44:12 -0500 |
parents | d1cce194180d |
children |
line wrap: on
line source
fun main () : transaction page = s <- source "Hi"; return <xml><body> <form> <textbox{#A} source={s}/> Change it up! </form> </body></xml>