Subject: Regression in quoted remove-longest-prefix expansion
From: Johannes Altmanninger <aclopte@xxxxxxxxx>
Date: Sat, 22 Feb 2025 08:57:57 +0100
I noticed another regression in c5bf970 (expand: Add multi-byte
support to pmatch, 2024-06-02).
This command now prints "abc-def" but used to print "ef".
x=abc-def
y="${x##*d}"
echo "$y"