From d8801e05ef2f81f21eb27555b626ee2e52c3365f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 26 May 2009 12:25:06 -0400 Subject: Chars and more string operations --- tests/char.ur | 4 ++++ tests/char.urp | 3 +++ tests/char.urs | 1 + 3 files changed, 8 insertions(+) create mode 100644 tests/char.ur create mode 100644 tests/char.urp create mode 100644 tests/char.urs (limited to 'tests') diff --git a/tests/char.ur b/tests/char.ur new file mode 100644 index 00000000..08621eba --- /dev/null +++ b/tests/char.ur @@ -0,0 +1,4 @@ +fun main () = + case #"A" of + #"B" => return + | _ => return A! diff --git a/tests/char.urp b/tests/char.urp new file mode 100644 index 00000000..840c4478 --- /dev/null +++ b/tests/char.urp @@ -0,0 +1,3 @@ +debug + +char diff --git a/tests/char.urs b/tests/char.urs new file mode 100644 index 00000000..6ac44e0b --- /dev/null +++ b/tests/char.urs @@ -0,0 +1 @@ +val main : unit -> transaction page -- cgit v1.2.3