Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
refs/heads/android12L-d2-s8-release
/
.
/
bench
/
bench_long_suffix.py
blob: 35f38daaa4f03fd67f547f3568e59dd24cfe644f [
file
] [
log
] [
blame
] [
edit
]
from
markupsafe
import
escape
def
run
():
string
=
"<strong>Hello World!</strong>"
+
"x"
*
100000
escape
(
string
)