mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #11] [MERGED] fix: parseBlock stopped after first directive #38
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#38
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?
📋 Pull Request Information
Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/11
Author: @telnet2
Created: 8/27/2022
Status: ✅ Merged
Merged: 8/29/2022
Merged by: @tufanbarisyildirim
Base:
master← Head:master📝 Commits (1)
3db5a33fix: parse stopped at first directive📊 Changes
2 files changed (+7 additions, -2 deletions)
View changed files
📝
parser/parser.go(+0 -1)📝
parser/parser_test.go(+7 -1)📄 Description
Parser shouldn't break out of
parsingLoopwhen the current token is a keyword.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.