assertUtils.process_description("<p>This is my biography</p>")=="This is my biography"
end
test"process_description/3 cuts after a limit"do
assertUtils.process_description("<p>This is my biography</p>","fr",10)==
"This is my…"
end
test"process_description/3 cuts after the default limit"do
assertUtils.process_description(
"<h1>Biography</h1><p>It all started when someone wanted a <b>very long string</b> to be cut. However it's difficult to invent things to write when you've got nothing to say. Anyway, what's the deal here. We just need to reach 200 characters.",
"Biography It all started when someone wanted a very long string to be cut. However it's difficult to invent things to write when you've got nothing to say. Anyway, what's the deal here. We just need to…"