view tests/post.ur @ 2223:9410959d296f

Remove Sqlcache urlification hack.
author Ziv Scully <ziv@mit.edu>
date Sat, 29 Nov 2014 04:34:41 -0500
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>