Mercurial > urweb
annotate tests/escapes.ur @ 1143:a9ba22d551f0
Remove mention of (hopefully) fixed problem with ./configure
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 31 Jan 2010 07:44:49 -0500 |
parents | 9645e3c2978e |
children |
rev | line source |
---|---|
adamc@1100 | 1 fun main () = return <xml> |
adamc@1100 | 2 {["H\x65ll\157!"]} |
adamc@1100 | 3 </xml> |