annotate tests/post.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
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>