From 8476261d4f4a9a67119abc05cb40907ad979b4de Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 19 Oct 2008 12:12:59 -0400 Subject: Proper generation of relation names; checking that sequences exist --- tests/pathcheck.ur | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/pathcheck.ur (limited to 'tests/pathcheck.ur') 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 + +fun ancillary () = return + Welcome to the ancillary page! + + +fun main () : transaction page = return + Enter the unknown! + -- cgit v1.2.3