diff options
Diffstat (limited to 'tests/farm/annotate/src/utf8.py')
-rw-r--r-- | tests/farm/annotate/src/utf8.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/farm/annotate/src/utf8.py b/tests/farm/annotate/src/utf8.py new file mode 100644 index 00000000..27342d87 --- /dev/null +++ b/tests/farm/annotate/src/utf8.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# This comment has an accent: é + +print("spam eggs") |