nginxinc / nginx-go-crossplane

A library for working with NGINX configs in Go
Apache License 2.0
46 stars 12 forks source link

fix: update nginx config file parsing logic to handle variables with … #62

Closed sylwang closed 1 year ago

sylwang commented 1 year ago

…braces

Proposed changes

Address 43818 so that the user can include variables with braces in the config file.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

sylwang commented 1 year ago

Closing this pull request for now, and will reopen a PR for changes to the parsing logic after this PR for linter related changes gets approved.