Extra newline

main
Bob Mottram 2025-09-21 15:37:39 +01:00
parent 4d5bf5e83d
commit c5cb92f371
1 changed files with 5 additions and 0 deletions

View File

@ -4491,6 +4491,11 @@ def _test_strip_html():
result = remove_html(test_str)
assert result == \
'Mostly #nuts from #place1 #place2 #place3 and other places'
result = standardize_text(test_str)
print(result)
assert result == \
'Mostly #nuts from #place1 #place2 #place3 and other places'
def _test_danger_css(base_dir: str) -> None:
print('test_dangerous_css')