Closed iannsp closed 12 years ago
closed in favor of another interpretation for the sintax
@iannsp What exactly happened here? I don't see reference to "another interpretation for the syntax" as it would seem #25 is still open.
Is nothing salvageable from this PR, ie the test perhaps?
Can't remember what happened =(
Handle nested values into Config Values, include more then one level.
bar = 'bar'; foo = 'bar'; conjecture = [[foo]] // fixed to be equal 'bar' instead of [bar]
bar = 'foobar';
foo = 'bar';
foobar = 'foobar' conjecture = [[[foo]]] // foobar