commit | 5802431960ed2904db5f8cbcb2e318e6f2d4c792 | [log] [tgz] |
---|---|---|
author | Yesudeep Mangalapilly <yesudeep@gmail.com> | Thu Aug 11 01:48:25 2011 +0530 |
committer | Yesudeep Mangalapilly <yesudeep@gmail.com> | Thu Aug 11 01:48:25 2011 +0530 |
tree | 9ac0fef8c58d8a5def3e967ff11c6d8925ec903a | |
parent | fd1ec36f68eb15f86b3afcad8371ff77b653363a [diff] [blame] |
Tests are now functional (only running without syntax errors) on Python 3 too.
diff --git a/tests/py3kconstants.py b/tests/py3kconstants.py new file mode 100644 index 0000000..83b6712 --- /dev/null +++ b/tests/py3kconstants.py
@@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +unicode_string = "Euro=\u20ac ABCDEFGHIJKLMNOPQRSTUVWXYZ"