annotate tests/sidecheckGood.ur @ 2140:2b0f6b7ebf4f

Add urweb-mode command to close current XML tag Bound to "C-c /" by default to match nxml-mode's nxml-finish-element command.
author Julian Squires <julian@cipht.net>
date Mon, 04 May 2015 16:15:01 -0400
parents 154cfe2eb366
children
rev   line source
adam@1595 1 fun main () : transaction page =
adam@1595 2 s <- source 0;
adam@1595 3 set s 42;
adam@1595 4 return <xml><body>
adam@1595 5 <dyn signal={n <- signal s; return (txt n)}/>
adam@1595 6 </body></xml>