diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-11-05 15:05:13 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-11-05 15:05:13 -0400 |
commit | 2818af2ec6161b85d1cfcbd77d9ea965ae40025c (patch) | |
tree | bb624710b05d07871646fc5a93a9b7014d5874dd /tests | |
parent | b3c3e4d97eebb1cae5b53213a2d9ebfc7d071c4e (diff) |
Support the full set of XHTML character entities
Diffstat (limited to 'tests')
-rw-r--r-- | tests/entities.ur | 5 |
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! & so on, © me today (8 €)<br/> + ♠ ♣ ♥ ♦<br/> + † DANGER † +</body></xml> |