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.
2 parents 20719ac + ea6854a commit 7f7f3d7Copy full SHA for 7f7f3d7
1 file changed
Lib/test/test_reprlib.py
@@ -173,8 +173,8 @@ def inner():
173
return x
174
return inner
175
x = get_cell().__closure__[0]
176
- self.assertRegex(repr(x),
177
- r'<cell at 0x[0-9a-f]+: int object at 0x[0-9a-f]+>')
+ self.assertRegex(repr(x), r'<cell at 0x[0-9A-Fa-f]+: '
+ r'int object at 0x[0-9A-Fa-f]+>')
178
self.assertRegex(r(x), r'<cell at 0x.*\.\.\..*>')
179
180
def test_descriptors(self):
0 commit comments