view tests/sreturn.ur @ 1681:e8a84494d2c0

Fix runtime system handling of <dyn> inside <table> inside <dyn>
author Adam Chlipala <adam@chlipala.net>
date Sun, 22 Jan 2012 20:25:14 -0500
parents 55fc747a67dc
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <p>Before</p>
  <p><dyn signal={return <xml>Hi!</xml>}/></p>
  <p>After</p>
</body></xml>