Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow esac as the first pattern of a case branch #89

Merged
merged 1 commit into from
Nov 16, 2024
Merged

Allow esac as the first pattern of a case branch #89

merged 1 commit into from
Nov 16, 2024

Conversation

magicant
Copy link
Owner

POSIX has been changed to allow esac as the first pattern of a case branch. This commit implements this change in the parser.

This PR is the yash counterpart to magicant/yash-rs#426.

POSIX has been changed to allow `esac` as the first pattern of a case
branch. This commit implements this change in the parser.
@magicant magicant added the enhancement New feature or request label Nov 16, 2024
@magicant magicant added this to the 2.58 milestone Nov 16, 2024
@magicant magicant self-assigned this Nov 16, 2024
@magicant magicant mentioned this pull request Nov 16, 2024
44 tasks
@magicant magicant merged commit b67c96f into trunk Nov 16, 2024
3 checks passed
@magicant magicant deleted the esac branch November 16, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant