diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pathcheck.ur | 9 | ||||
-rw-r--r-- | tests/pathcheck.urp | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/pathcheck.ur b/tests/pathcheck.ur new file mode 100644 index 00000000..6d2359cd --- /dev/null +++ b/tests/pathcheck.ur @@ -0,0 +1,9 @@ +fun ancillary () : transaction page = return <xml/> + +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> diff --git a/tests/pathcheck.urp b/tests/pathcheck.urp new file mode 100644 index 00000000..42f9af17 --- /dev/null +++ b/tests/pathcheck.urp @@ -0,0 +1,5 @@ +debug +exe /tmp/webapp + +pathcheck + |