summaryrefslogtreecommitdiff
path: root/test/farm/html/src/isolatin1.py
blob: 057c097bd283ddecf84143f6f5c0033c1f57c819 (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