##// END OF EJS Templates
use ø instead of å in test_completerlib...
use ø instead of å in test_completerlib å roundtrips strangely on some filesystems (OSX 10.7.2 case-sensitive HFS+ tested): u'å'.encode('utf-8') == `\xc3\xa5`, but reads from the filesystem as `\xcc\x8a`. Both values correspond to å in utf-8, but are not considered equivalent in the string comparison.

File last commit:

r2045:2b04bcfb
r5691:41b8526f
Show More
shadowns.py
1 line | 24 B | text/x-python | PythonLexer
""" Shadow namespace """