Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a043f3 commit e067417Copy full SHA for e067417
1 file changed
Lib/test/test_unicode.py
@@ -413,6 +413,7 @@ def test_fixup(s):
413
vereq(('a' in (1,None,u'a')), True)
414
vereq(('a' in ('x',1,u'y')), False)
415
vereq(('a' in ('x',1,None)), False)
416
+vereq(u'abcd' in u'abcxxxx', False)
417
print 'done.'
418
419
# Formatting:
0 commit comments