summaryrefslogtreecommitdiff
path: root/tests/farm/html/src/isolatin1.py
blob: 7a49b07d109aacc0c7c145ba837a089e3d362a06 (plain)
1
2
3
4
5
# A Python source file in another encoding.
# -*- coding: iso8859-1 -*-

math = "3×4 = 12, ÷2 = 6±0"
assert len(math) == 18