summaryrefslogtreecommitdiff
path: root/tests/link.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/link.ur')
-rw-r--r--tests/link.ur7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/link.ur b/tests/link.ur
new file mode 100644
index 0000000..aa65b26
--- /dev/null
+++ b/tests/link.ur
@@ -0,0 +1,7 @@
+fun ancillary () = return <xml>
+ Welcome to the ancillary page!
+</xml>
+
+fun main () : transaction page = return <xml><body>
+ <a link={ancillary ()}>Enter the unknown!</a>
+</body></xml>