aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/post.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/post.ur')
-rw-r--r--tests/post.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/post.ur b/tests/post.ur
new file mode 100644
index 00000000..4cee7a45
--- /dev/null
+++ b/tests/post.ur
@@ -0,0 +1,5 @@
+fun callMe n s pb = return <xml><body>
+ n = {[n]}<br/>
+ s = {[s]}<br/>
+ pb : {[postType pb]} = {[postData pb]}
+</body></xml>