Mercurial > urweb
annotate tests/escapes.ur @ 1710:540df112ff62
Remove string-valued style attribute, which may allow injection attacks
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 15 Apr 2012 12:40:53 -0400 |
parents | 9645e3c2978e |
children |
rev | line source |
---|---|
adamc@1100 | 1 fun main () = return <xml> |
adamc@1100 | 2 {["H\x65ll\157!"]} |
adamc@1100 | 3 </xml> |