mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-06 05:02:36 +08:00
Fixes koalaman/shellcheck#562. Special characters inside braces are parsed into T_ParamSubSpecialChar instead of T_Literal so that they are not flagged in the function checkInexplicablyUnquoted when sandwiched between double quotes.