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