Exemplo n.º 1
0
def test_bad_syntax():
    assert _compile_regex(r'(') is None
Exemplo n.º 2
0
def test_good_syntax():
    assert _compile_regex(r'asdf') is not None