summaryrefslogtreecommitdiff
path: root/tests/img.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-09 16:36:50 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-09 16:36:50 -0400
commitd7306dbac8ca9eecbba9d65379d225b5433b19fc (patch)
tree3942a2b3cfdab76d585ffaea82462831d241d351 /tests/img.ur
parentc11034fa6703761f48fdb79a92b82027eb5216e5 (diff)
URLs
Diffstat (limited to 'tests/img.ur')
-rw-r--r--tests/img.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/img.ur b/tests/img.ur
new file mode 100644
index 00000000..70896647
--- /dev/null
+++ b/tests/img.ur
@@ -0,0 +1,3 @@
+fun main () : transaction page = return <xml><body>
+ <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/>
+</body></xml>