diff options
Diffstat (limited to 'test/farm/html/src')
-rw-r--r-- | test/farm/html/src/isolatin1.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/farm/html/src/isolatin1.py b/test/farm/html/src/isolatin1.py new file mode 100644 index 00000000..057c097b --- /dev/null +++ b/test/farm/html/src/isolatin1.py @@ -0,0 +1,5 @@ +# A python source file in another encoding. +# -*- coding: iso8859-1 -*- + +math = "3×4 = 12, ÷2 = 6±0" +assert len(math) == 18 |