summaryrefslogtreecommitdiff
path: root/tests/img.ur
diff options
context:
space:
mode:
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 0000000..7089664
--- /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>