diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-12-13 10:13:06 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-12-13 10:13:06 -0500 |
commit | e376aee8f22ca46b5536803fc3d80e31f79da6ff (patch) | |
tree | b8dfbb24caa3bc4cf3cf683e44a9ab92c4dc9e34 /tests/relops.ur | |
parent | 0a168e5f39165bd9e462813866c9a25dc2d6b688 (diff) |
Tweaking SQL parsing and typing
Diffstat (limited to 'tests/relops.ur')
-rw-r--r-- | tests/relops.ur | 4 |
1 files changed, 2 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> |