Пример #1
0
def parsesWithoutError(s):
    try:
        State.parse_internal(s)
    except:
        pytest.fail("Parsing failed")
Пример #2
0
def test_parses_without_error(script):
    State.parse_internal(script)