[lang-ref] ( parse_int_starts_with_zero ) ( python )

def test_parse_int_starts_with_zero():
    # 0 is ignored
    # this test is for oct trap on PHP
    assert int('023') == 23