You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
syntax: fix hang parsing single quotes in parameter expansions
This regression was introduced in 5bb742d, since we didn't include
enough test cases. In particular, one where the single quote directly
followed the forward slash token.
Fixesmvdan#626.