Skip to content

Commit 15d8ef3

Browse files
fangerertimfel
authored andcommitted
Re-enable tests in 'test_re'.
1 parent 6fab81b commit 15d8ef3

File tree

1 file changed

+0
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_re.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ def test_bug_462270(self):
215215
self.assertEqual(re.sub('x+', '-', 'abxd'), 'ab-d')
216216

217217
def test_symbolic_groups(self):
218-
assert False
219218
re.compile(r'(?P<a>x)(?P=a)(?(a)y)')
220219
re.compile(r'(?P<a1>x)(?P=a1)(?(a1)y)')
221220
re.compile(r'(?P<a1>x)\1(?(1)y)')

0 commit comments

Comments
 (0)