annotate tests/post.ur @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -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>