gurkankaymak / hocon

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

use "#" comment has an error #12

Closed Arrnitage closed 2 years ago

Arrnitage commented 2 years ago

When has two lines comment , like

# first line
# second line

then , it has an error

image
srgg commented 2 years ago

Have the same issue parsing steampipe plugin connection config:

connection "aws" {  
  plugin    = "aws@0.34"
  secret = "345"
  # key = "456"
}
image
gurkankaymak commented 2 years ago

both cases are fixed