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
fix(parser): expand variables in [[ =~ $var ]] regex patterns
When regex pattern after =~ operator contains a variable reference ($),
use parse_word() for proper expansion instead of collect_conditional_regex_pattern()
which creates literal words. Literal regex patterns (without $) still use
the special collector to preserve parens, backslashes, etc.
Closes#400https://claude.ai/code/session_01WZjYqxm5xMPAEe7FSHJkDy
0 commit comments