sub-shells handled inconsistently inside object builders #853
Labels
bug
Unexpected behavior
deployed to `develop`
Feature built. Currently BETA testing in the `develop` branch
Describe the bug:
An object of a variable inside an object would return a nested object. eg
However a sub-shell inside an object always returns a string.
Despite that sub-shell returning a structured data type:
As an aside, C-style functions are also not handled consistently:
but that can be treated as a separate feature request.
Expected behaviour:
${}
should be parsed as parsed as an object like variables are.Platform (please complete the following information):
uname -a
if supported: macOSversion --no-app-name
: latestAdditional context
N/A
The text was updated successfully, but these errors were encountered: