From 13d3b41094079577a858394088ddbf74e56c780d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 25 Nov 2009 09:03:08 -0500 Subject: Better error message for link-handler conflicts --- tests/both.ur | 9 +++++++++ tests/both.urp | 2 ++ tests/both2.ur | 14 ++++++++++++++ tests/both2.urp | 2 ++ 4 files changed, 27 insertions(+) create mode 100644 tests/both.ur create mode 100644 tests/both.urp create mode 100644 tests/both2.ur create mode 100644 tests/both2.urp (limited to 'tests') diff --git a/tests/both.ur b/tests/both.ur new file mode 100644 index 00000000..d1c9f40e --- /dev/null +++ b/tests/both.ur @@ -0,0 +1,9 @@ +fun main () : transaction page = return + +
+ + + +
+ +and submit r = return diff --git a/tests/both.urp b/tests/both.urp new file mode 100644 index 00000000..a29c8ea1 --- /dev/null +++ b/tests/both.urp @@ -0,0 +1,2 @@ + +both diff --git a/tests/both2.ur b/tests/both2.ur new file mode 100644 index 00000000..c3f25cc9 --- /dev/null +++ b/tests/both2.ur @@ -0,0 +1,14 @@ +fun main () : transaction page = + let + fun submit r = return + in + return + +
+ + + +
+ end + + diff --git a/tests/both2.urp b/tests/both2.urp new file mode 100644 index 00000000..8e85a838 --- /dev/null +++ b/tests/both2.urp @@ -0,0 +1,2 @@ + +both2 -- cgit v1.2.3