--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/firebug.ur Thu Dec 24 10:59:35 2009 -0500 @@ -0,0 +1,5 @@ +fun main () = + a <- source "some text"; + return <xml><body> + <label>A: <ctextbox source={a}/></label> + </body></xml>