Mercurial > urweb
changeset 1088:5f72a66402f7
Test for Firebug weirdness
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 24 Dec 2009 10:59:35 -0500 |
parents | e81434513720 |
children | f1647f16097d |
files | tests/firebug.ur tests/firebug.urp tests/firebug.urs |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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>