view tests/mismatch.ur @ 1344:660a2715e2bd

Clarify that you aren't supposed to be able to create new XML tags
author Adam Chlipala <adam@chlipala.net>
date Thu, 16 Dec 2010 10:23:37 -0500
parents b8cfb05c091d
children
line wrap: on
line source
fun main () = return <xml><body>
  <b>Wowza!</i>
</body></xml>