summaryrefslogtreecommitdiff
path: root/tests/arel.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arel.ur')
-rw-r--r--tests/arel.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/arel.ur b/tests/arel.ur
new file mode 100644
index 0000000..5e181de
--- /dev/null
+++ b/tests/arel.ur
@@ -0,0 +1,3 @@
+fun main () : transaction page = return <xml><body>
+ <a link={main ()} rel="whoKnows">Here</a>
+</body></xml>