Testing new unit tests
This commit is contained in:
parent
d94566ef20
commit
bedcb7d5f4
3 changed files with 4 additions and 1 deletions
|
|
@ -215,6 +215,7 @@ class TextToHTMLparser(object):
|
|||
text (str): Processed text.
|
||||
|
||||
"""
|
||||
return text
|
||||
return text.replace(r'\n', r'<br>')
|
||||
|
||||
def convert_urls(self, text):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue