view tests/img.ur @ 1426:6365d10cd326

Fix HTTP request parsing bug
author Adam Chlipala <adam@chlipala.net>
date Tue, 22 Feb 2011 09:39:02 -0500
parents e28637743279
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/>
</body></xml>