test fix
authorStefan Behnel <scoder@users.berlios.de>
Mon, 25 Apr 2011 07:27:24 +0000 (09:27 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 25 Apr 2011 07:27:24 +0000 (09:27 +0200)
tests/run/strliterals.pyx

index 4312d9887316c4956052ac9260b69677ec4a43c0..f50ca49c2eaa12838f4eedde7fbf522329a433a1 100644 (file)
@@ -133,7 +133,7 @@ __doc__ = ur"""
     28
 
     >>> (sys.version_info[0] >= 3 and sys.maxunicode == 1114111 and len(str_uescape) == 3 or
-    ...  sys.version_info[0] >= 3 and sys.maxunicode == 65536   and len(str_uescape) == 4 or
+    ...  sys.version_info[0] >= 3 and sys.maxunicode == 65535   and len(str_uescape) == 4 or
     ...  sys.version_info[0] <  3 and len(str_uescape) == 17 or
     ...  len(str_uescape))
     True