New submission from Stéphane Klein <steph...@harobed.org>:

print(GenshiTemplate("""<div xmlns="http://www.w3.org/1999/xhtml";>He\$llo
World!</div>""")())

return => <div xmlns="http://www.w3.org/1999/xhtml";>He\$llo World!</div>
good result is => <div xmlns="http://www.w3.org/1999/xhtml";>He$llo World!</div>

I'm going to write a test.

Regards,
Stephane

----------
assignedto: malthe
messages: 401
nosy: malthe, sklein
priority: bug
status: unread
title: Chameleon issue around \$ escaping

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue143>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to