From 12783217508fd87c962a2d4871c6d3dbbcf58dee Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 30 Mar 2016 15:39:02 -0400 Subject: At runtime, catch when we exceed 'limit inputs' --- tests/formLimit.ur | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/formLimit.ur (limited to 'tests/formLimit.ur') diff --git a/tests/formLimit.ur b/tests/formLimit.ur new file mode 100644 index 00000000..d591f736 --- /dev/null +++ b/tests/formLimit.ur @@ -0,0 +1,11 @@ +fun handler r = return + {[r.A]}, {[r.B]} + + +fun main () = return +
+ + + + +
-- cgit v1.2.3