summaryrefslogtreecommitdiff
path: root/tests/post.ur
blob: 4cee7a45e52bb6188a9edf05e4bd87d7ad774e16 (plain)
1
2
3
4
5
fun callMe n s pb = return <xml><body>
  n = {[n]}<br/>
  s = {[s]}<br/>
  pb : {[postType pb]} = {[postData pb]}
</body></xml>