Closed deltamualpha closed 3 years ago
given:
location /nginx_status { # Don't break stub_status on; access_log off; allow 127.0.0.1; deny all; }
we expect:
but instead we get:
and all subsequent lines are aligned to the indentation of the comment with ' in it. Looks like it's trying to parse the comment as an nginx string and then never escaping the comment alignment? Probably related to #11.
'
given:
we expect:
but instead we get:
and all subsequent lines are aligned to the indentation of the comment with
'
in it. Looks like it's trying to parse the comment as an nginx string and then never escaping the comment alignment? Probably related to #11.