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
commite376aee8f22ca46b5536803fc3d80e31f79da6ff (patch)
treeb8dfbb24caa3bc4cf3cf683e44a9ab92c4dc9e34 /tests
parent0a168e5f39165bd9e462813866c9a25dc2d6b688 (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