gurkankaymak / hocon

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
MIT License
79 stars 17 forks source link

fix: fix the object String() function error when the element have ":" #17

Closed Rory-Z closed 2 years ago

Rory-Z commented 2 years ago

Fix https://github.com/gurkankaymak/hocon/issues/16

codecov[bot] commented 2 years ago

Codecov Report

Merging #17 (5286c57) into master (8573646) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   96.67%   96.69%   +0.01%     
==========================================
  Files           3        3              
  Lines         722      726       +4     
==========================================
+ Hits          698      702       +4     
  Misses         17       17              
  Partials        7        7              
Impacted Files Coverage Δ
config.go 93.80% <100.00%> (+0.10%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.