Mercurial > urweb
view tests/post.ur @ 2171:7187068f56f5
Return to working version mode
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 19 Aug 2015 10:53:18 -0400 |
parents | b106ca8200b1 |
children |
line wrap: on
line source
fun callMe n s pb = return <xml><body> n = {[n]}<br/> s = {[s]}<br/> pb : {[postType pb]} = {[postData pb]} </body></xml>