summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-05-01 14:02:09 -0700
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-05-01 14:02:09 -0700
commite65d5814a6af5481fc35334733ef403fa94c9e41 (patch)
tree4478d3cb60c62314ce7635012e4dfa1643046d9b /testsuite
parentee9903dc3487efde45b7c3383b652d045cd20465 (diff)
parente5e65757fe6b30bbe7e7cb1b36b4c8efc4ad7bc9 (diff)
downloadpep8-e65d5814a6af5481fc35334733ef403fa94c9e41.tar.gz
Merge pull request #193 from sporty/master
utf-8 BOM support
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/utf-8-bom.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/utf-8-bom.py b/testsuite/utf-8-bom.py
new file mode 100644
index 0000000..9c065c9
--- /dev/null
+++ b/testsuite/utf-8-bom.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+hello = 'こんにちわ'
+
+# EOF