Skip to content

Comment in "else" block gets moved to "if" block #13

@jkirkwood

Description

@jkirkwood

Input:

if foo then
    -- Run bar
    bar()
else
    -- Run baz
    baz()
end

Output:

if foo then
    -- Run bar
    bar()
    -- Run baz
else
    baz()
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions