`${somefunction("${my_value}")}` fails to interpolate `my_value`, unless `${my_value}` is interpolated elsewhere in the file/config. The regex detecting interpolation syntax should be updated to allow nested interpolation such as the example above.
${somefunction("${my_value}")}fails to interpolatemy_value, unless${my_value}is interpolated elsewhere in the file/config.The regex detecting interpolation syntax should be updated to allow nested interpolation such as the example above.