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

hocon object merging (inheritance) behavior not expected #2700

Closed
gengle opened this issue May 24, 2017 · 1 comment
Closed

hocon object merging (inheritance) behavior not expected #2700

gengle opened this issue May 24, 2017 · 1 comment

Comments

@gengle
Copy link

gengle commented May 24, 2017

 Feature: HOCON Configuration
  Scenario: new objects can support inheritence via object merging
  Given I have hocon  
  ###
  data-center-generic = { cluster-size = 6 }
  data-center-east = ${data-center-generic} { name = "east" }
  ###
  When I parse hocon
  Then I should have the following values
      | path                             | value | 
      | data-center-generic.cluster-size | 6     | 
      | data-center-east.cluster-size    | 6     | 
      | data-center-east.name            | east  | 

data-center-east.cluster-size returns null

@Aaronontheweb
Copy link
Member

Moved to akkadotnet/HOCON#50

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

No branches or pull requests

2 participants