summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-12-13 10:13:06 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-12-13 10:13:06 -0500
commit26648546e656337366f5cf2562fb6bcbe08a06c8 (patch)
treeb8dfbb24caa3bc4cf3cf683e44a9ab92c4dc9e34 /tests
parent4ba25b80371081c01dfe165b715c9dece1f95cc5 (diff)
Tweaking SQL parsing and typing
Diffstat (limited to 'tests')
-rw-r--r--tests/relops.ur4
-rw-r--r--tests/relops.urp4
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/relops.ur b/tests/relops.ur
index b876c482..77a352dc 100644
--- a/tests/relops.ur
+++ b/tests/relops.ur
@@ -25,6 +25,6 @@ val r2 : transaction string =
val main : unit -> transaction page = fn () =>
s <- r2;
- return <html><body>
+ return <xml><body>
{cdata s}
- </body></html>
+ </body></xml>
diff --git a/tests/relops.urp b/tests/relops.urp
new file mode 100644
index 00000000..5d0cae77
--- /dev/null
+++ b/tests/relops.urp
@@ -0,0 +1,4 @@
+debug
+database dbname=test
+
+relops