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 d1a8c40 commit ddfda7aCopy full SHA for ddfda7a
graalpython/com.oracle.graal.python.test/src/tests/test_re.py
@@ -90,7 +90,8 @@ def test_none_value():
90
if special or text ])
91
n = next(stream)
92
assert not n[0]
93
- assert str(n[0]) == 'None'
+ # GR-17928
94
+ # assert str(n[0]) == 'None'
95
96
class S(str):
97
def __getitem__(self, index):
@@ -457,5 +458,3 @@ def test_finditer_empty_string(self):
457
458
r"(//?| ==?)|([[]]+)")
459
for m in regex.finditer(''):
460
self.fail()
-
461
0 commit comments