blob: 35f38daaa4f03fd67f547f3568e59dd24cfe644f [file] [log] [blame]
from markupsafe import escape
def run():
string = "<strong>Hello World!</strong>" + "x" * 100000
escape(string)