From 9e627bd5a88b41254fc10955f7def21fa1f329fc Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 24 Jul 2012 19:49:50 -0400 Subject: Fix JavaScript implementation of strcspn() --- tests/strcspn.ur | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/strcspn.ur (limited to 'tests/strcspn.ur') diff --git a/tests/strcspn.ur b/tests/strcspn.ur new file mode 100644 index 00000000..8066010b --- /dev/null +++ b/tests/strcspn.ur @@ -0,0 +1,6 @@ +fun main () : transaction page = + s <- source ""; + return + +