hurl/integration/tests_ok/utf8.py

8 lines
101 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
# coding=utf-8
from app import app
2020-08-27 10:07:46 +03:00
2020-08-27 10:07:46 +03:00
@app.route("/utf8")
def utf8():
return "<data>café</data>"