Skip to content

Infinite loop when parsing case #9

@adamziel

Description

@adamziel

When I try to parse this code fragment, the documentation blocks page hangs – as if the parser entered an infinite loop:

 case "${TEST_PROFILE-}" in
    *"/.bashrc" | *"/.bash_profile" | *"/.zshrc" | *"/.zprofile")
      return
    ;;
esac

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions