Pororoca icon indicating copy to clipboard operation
Pororoca copied to clipboard

Recursive variables

Open alexandrehtrb opened this issue 1 year ago • 0 comments

A value could reference another variable, like:

Key Value
FirstName John
LastName McClane
FullName {{ FirstName }} {{ LastName }}

FullName should output John McClane

Method to change

https://github.com/alexandrehtrb/Pororoca/blob/a61920148b5ebedeb920ddcada177121205278d3/src/Pororoca.Domain/Features/VariableResolution/IPororocaVariableResolver.cs#L50

and unit tests

https://github.com/alexandrehtrb/Pororoca/blob/a61920148b5ebedeb920ddcada177121205278d3/tests/Pororoca.Domain.Tests/Features/VariableResolution/IPororocaVariableResolverTests.cs#L7

alexandrehtrb avatar Aug 15 '24 15:08 alexandrehtrb