blob: 9ced67f316b79547e1f4a14a95d1c63002885d19 [file] [log] [blame]
from markupsafe import escape
def run():
string = "<strong>Hello World!</strong>" * 1000
escape(string)