Skip to content

Uses "else if" rather than "elseif" in coroutines.lua  #31

@EspenBerget

Description

@EspenBerget

There is an extra space in test_table_coroutine_contains_six_or_seven_elements function in coroutines.lua. This creates an extra if statement which lua expects to be closed, but which is not closed by an "end"-statement.

FIX: either add another "end"-statement to the function or simply remove the space.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions