We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A value could reference another variable, like:
John
McClane
{{ FirstName }} {{ LastName }}
FullName should output John McClane
John McClane
Method to change
Pororoca/src/Pororoca.Domain/Features/VariableResolution/IPororocaVariableResolver.cs
Line 50 in a619201
and unit tests
Pororoca/tests/Pororoca.Domain.Tests/Features/VariableResolution/IPororocaVariableResolverTests.cs
Line 7 in a619201