summaryrefslogtreecommitdiff
path: root/tests/entities.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-11-05 15:05:13 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-11-05 15:05:13 -0400
commit954936dd180e34b79baca71e43d55a204dda9594 (patch)
treebb624710b05d07871646fc5a93a9b7014d5874dd /tests/entities.ur
parent22d36c8605e1d006a379350e28a5f939f7082546 (diff)
Support the full set of XHTML character entities
Diffstat (limited to 'tests/entities.ur')
-rw-r--r--tests/entities.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/entities.ur b/tests/entities.ur
new file mode 100644
index 00000000..8b78edbc
--- /dev/null
+++ b/tests/entities.ur
@@ -0,0 +1,5 @@
+fun main () : transaction page = return <xml><body>
+ Hello world! &amp; so on, &copy; me today (8 &euro;)<br/>
+ &spades; &clubs; &hearts; &diams;<br/>
+ &dagger; DANGER &dagger;
+</body></xml>