softpano/pythonizer

References to special variables in subscripts or hash keys during string interpolation generates incorrect code

snoopyjc opened this issue · 1 comments

References to special variables in subscripts or hash keys during string interpolation generates incorrect code. For example:

"$arr[$_]"
"$hash{$1}"