annotate tests/post.ur @ 2007:d3a0f2b8af28

<thead>, <tbody>, <tfoot>
author Adam Chlipala <adam@chlipala.net>
date Wed, 30 Apr 2014 13:05:54 -0400
parents b106ca8200b1
children
rev   line source
adam@1347 1 fun callMe n s pb = return <xml><body>
adam@1347 2 n = {[n]}<br/>
adam@1347 3 s = {[s]}<br/>
adam@1347 4 pb : {[postType pb]} = {[postData pb]}
adam@1347 5 </body></xml>