Skip to content

[bug] puni-convolute in sh-mode #71

@andreyorst

Description

@andreyorst

the following code (<|> is the point):

for f in `ls -1`; do
    if [ -z "$SKIP_JOB" ]; then
        <|>echo "do job with $f";
    fi
done

When issuing puni-convolute becomes:

if [ -z "$SKIP_JOB" ]; then
    for f in `ls -1`; do
        echo "do job with $f";
    
donefi

I.e. it almost works: done and fi are concatenated.

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