chimpler / pyhocon

HOCON parser for Python
Apache License 2.0
502 stars 118 forks source link

fix(#324): avoid parsing improperly periods on several lines with recent pyparsing versions #326

Closed pierresouchay closed 4 months ago

pierresouchay commented 4 months ago

periods were not correctly parsed with recent versions of pyparsing because of usage of White()

White is actually not needed, added some tests to avoid issues detected in #324

pierresouchay commented 4 months ago

Hello @darthbear ,

Could you consider this change as it broke with recent pyparsing releases?

pierresouchay commented 4 months ago

@darthbear Thank you!

darthbear commented 4 months ago

Thanks for your contribution @pierresouchay! Released new version 0.3.61

pierresouchay commented 4 months ago

Thank you so much @darthbear !