Tests: ngx_http_json_module tests. - #101
Open
roman-f5 wants to merge 1 commit into
Open
Conversation
roman-f5
force-pushed
the
dev/json-parser
branch
3 times, most recently
from
August 12, 2026 22:54
347aa85 to
02a6707
Compare
roman-f5
force-pushed
the
dev/json-parser
branch
5 times, most recently
from
August 18, 2026 18:39
6284bcb to
f6ba9ea
Compare
7 tasks
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
dekobon
reviewed
Aug 20, 2026
|
The PR description no longer matches the diff: it says there is a separate Could the description be updated to match the current coverage? |
route443
self-requested a review
August 28, 2026 02:37
roman-f5
force-pushed
the
dev/json-parser
branch
from
August 28, 2026 20:27
f6ba9ea to
e533a26
Compare
roman-f5
force-pushed
the
dev/json-parser
branch
from
August 28, 2026 20:33
e533a26 to
5077b2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Added json_parser.t covering json_set value extraction (scalars, nested
objects and arrays, compound containers, literals, number types, escapes,
the '$' root selector, source caching, last-match-wins on duplicate keys,
quoted key segments, and binary-safe / Unicode / surrogate-pair keys), and
json_parser_invalid.t covering rejection of malformed json_set paths at
configuration load.
Checklist
Before creating a PR, run through this checklist and mark each as complete:
README.mdand/orCHANGELOG.md).