annotate tests/img.ur @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -0500
parents e28637743279
children
rev   line source
adamc@717 1 fun main () : transaction page = return <xml><body>
adamc@717 2 <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/>
adamc@717 3 </body></xml>