Mercurial > urweb
view tests/firebug.ur @ 1830:d636d33fd8a2
Fix broken implementation of 'urweb daemon stop'
author | Austin Seipp <mad.one@gmail.com> |
---|---|
date | Wed, 28 Nov 2012 11:39:38 -0500 |
parents | 5f72a66402f7 |
children |
line wrap: on
line source
fun main () = a <- source "some text"; return <xml><body> <label>A: <ctextbox source={a}/></label> </body></xml>