hurl/integration/tests/utf8.py
2022-02-05 18:15:41 +01:00

8 lines
103 B
Python

# coding=utf-8
from tests import app
@app.route("/utf8")
def utf8():
return "<data>café</data>"