Had an issue where ExprIdent doesn't expand values of CExpr... fixed and test here:
val b218="b218value"
="b218value"
val b220="x-${b218}-x
"
="x-${b218}-x
"
val b222="y-${b220}-y
"
="y-${b220}-y
"
$when::
test.diesel.expand1
. (payload
=b222
)
You need to log in to post a comment!