Mercurial > urweb
annotate tests/escapes.ur @ 1872:6507e973af84
Add -print-ccompiler command line option
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Wed, 18 Sep 2013 15:45:18 +0400 |
parents | 9645e3c2978e |
children |
rev | line source |
---|---|
adamc@1100 | 1 fun main () = return <xml> |
adamc@1100 | 2 {["H\x65ll\157!"]} |
adamc@1100 | 3 </xml> |