Codearte / props2yaml

Apache License 2.0
38 stars 17 forks source link

Cannot convert properties containing value and tree on same level #7

Closed jkubrynski closed 8 years ago

jkubrynski commented 8 years ago

For example file

com.test=Test
com.test.sub=Test2

It looks we need second version of resolveDuplicates taking String as branch

mariuszs commented 8 years ago

This should be converted to:

com: 
  test: Test
  test.stub: Test2