Commit aadd844a 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@30154 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c417aaff
......@@ -308,7 +308,7 @@ Hé Hé Hé!""", page.asText().strip())
content = '<a href="${toto}">$titi</a>'
asText_content = '$titi\n'
substituted_content = '<a href="foo">bar</a>'
substituted_asText_content = 'bar'
substituted_asText_content = 'bar\n'
mapping = dict(toto='foo', titi='bar')
portal = self.getPortal()
......
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