Example #1
0
def test_bad_syntax():
    assert _compile_regex(r'(') is None
Example #2
0
def test_good_syntax():
    assert _compile_regex(r'asdf') is not None