From 70e17f78838ac1ebdeae9eca750eb52f14c27589 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 4 Dec 2011 15:13:53 -0500 Subject: Stop [read] from raising an exception for invalid [int] strings --- tests/parseInt.ur | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/parseInt.ur (limited to 'tests/parseInt.ur') diff --git a/tests/parseInt.ur b/tests/parseInt.ur new file mode 100644 index 00000000..2d906fc8 --- /dev/null +++ b/tests/parseInt.ur @@ -0,0 +1,9 @@ +fun main () : transaction page = + s <- source ""; + return + +