annotate tests/polyjs.ur @ 2007:d3a0f2b8af28

<thead>, <tbody>, <tfoot>
author Adam Chlipala <adam@chlipala.net>
date Wed, 30 Apr 2014 13:05:54 -0400
parents 276fa06428ba
children
rev   line source
adam@1836 1 open PolyjsFfi
adam@1836 2
adam@1836 3 fun main () : transaction page = return <xml><body>
adam@1836 4 <button onclick={fn _ => alert (one "hi" ^ two "bye")}/>
adam@1836 5 </body></xml>