mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-21 17:23:20 +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.