Closed magicant closed 2 weeks ago
POSIX has been changed to allow esac as the first pattern of a case branch. This commit implements this change in the parser.
esac
This PR is the yash counterpart to https://github.com/magicant/yash-rs/pull/426.
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 https://github.com/magicant/yash-rs/pull/426.