annotate tests/post.ur @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
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>