github.com/influxdata/telegraf@v1.30.3/config/testdata/single_plugin_with_comment_in_array.toml (about)

     1  [[inputs.memcached]]
     2    servers = [
     3      # A comment in the array
     4      "localhost"
     5    ]