Mercurial > urweb
view tests/reactive2.ur @ 1834:690638bd9fef
Fix generation of timestamp literals for MySQL and SQLite
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 30 Nov 2012 09:50:00 -0500 |
parents | 3d56940120b1 |
children |
line wrap: on
line source
fun main () : transaction page = x <- source <xml>TEST</xml>; set x <xml>HI</xml>; return <xml><body> <dyn signal={signal x}/> </body></xml>