From 8cc7053b00237cd468290cb5f2042898e7a80329 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 14 Sep 2008 15:10:04 -0400 Subject: Crud supports INSERT --- tests/with.ur | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/with.ur (limited to 'tests/with.ur') diff --git a/tests/with.ur b/tests/with.ur new file mode 100644 index 00000000..458153b3 --- /dev/null +++ b/tests/with.ur @@ -0,0 +1,5 @@ +val r = ({A = 1, B = 2} with #C = "Hi") with #D = "Bye" + +fun main () : transaction page = return + {cdata r.C}, {cdata r.D} + -- cgit v1.2.3