hurl/integration/tests_ok/utf8.py

8 lines
101 B
Python

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