[lang-ref] ( init_array_ignores_last_separator ) ( python )

def test_init_array_ignores_last_separator():
    # Yes
    items = [
        1,
        2,
        3,
    ]
    assert len(items) == 3