Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for #25 by @alganet #32

Closed
wants to merge 7 commits into from
Closed

fix for #25 by @alganet #32

wants to merge 7 commits into from

Conversation

iannsp
Copy link
Contributor

@iannsp iannsp commented Sep 5, 2012

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

@iannsp
Copy link
Contributor Author

iannsp commented Sep 5, 2012

closed in favor of another interpretation for the sintax

@iannsp iannsp closed this Sep 5, 2012
@nickl-
Copy link
Member

nickl- commented Feb 8, 2013

@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?

@alganet
Copy link
Member

alganet commented Feb 8, 2013

Can't remember what happened =(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants