summaryrefslogtreecommitdiff
path: root/tests/makeUrl.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/makeUrl.ur')
-rw-r--r--tests/makeUrl.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/makeUrl.ur b/tests/makeUrl.ur
new file mode 100644
index 00000000..12026dab
--- /dev/null
+++ b/tests/makeUrl.ur
@@ -0,0 +1,3 @@
+fun other () = return <xml>Hi!</xml>
+
+fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>