mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[GH-ISSUE #3] unquote parameters #2
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @virusdefender on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/tufanbarisyildirim/gonginx/issues/3
for example
load_module "modules/ngx_stream_module.so";we will get a quoted string now
@tufanbarisyildirim commented on GitHub (Dec 20, 2020):
@virusdefender thanks for reporting. You can trim it before using. This needs some more developements to keep parameters with sth like
quotedflag. Because those are needed to be quoted on dumping. I will think on it to find an easy way without a gib refactor but I would like to keep as is. (if you have any advice, do not hesitate to open a PR)@tufanbarisyildirim commented on GitHub (Jul 15, 2021):
closing this, I think unfolding should not be a part of parsing.