Commit 10061e14 authored by Fabien Morin's avatar Fabien Morin

a "\n" is added at the end of each line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30001 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eaef290a
......@@ -306,7 +306,7 @@ Hé Hé Hé!""", page.asText().strip())
ZopeTestCase._print(message)
content = '<a href="${toto}">$titi</a>'
asText_content = '$titi'
asText_content = '$titi\n'
substituted_content = '<a href="foo">bar</a>'
substituted_asText_content = 'bar'
mapping = dict(toto='foo', titi='bar')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment