test: more TDD coverage + version 0.5.27#46
Merged
haasonsaas merged 2 commits intomainfrom Mar 14, 2026
Merged
Conversation
Parsing (llm_response): - parse_json_single_quoted_object_wrapped_in_findings - parse_json_single_quoted_value_with_escaped_apostrophe - parse_json_double_quoted_value_with_apostrophe_unchanged - convert_single_quoted_json_to_double: fix \' in single-quoted string (emit apostrophe in JSON string, not backslash-doublequote) Guidance: - build_review_guidance_no_prose_section_when_rules_none/empty - build_review_guidance_single_prose_rule - build_review_guidance_prose_rule_with_special_chars Triage: - test_triage_options_default_skip_deletion_only_false - test_reason_skip_deletion_only_exact Config: - test_config_default_triage_skip_deletion_only_false - test_config_deserialize_triage_skip_deletion_only_false Made-with: Cursor
Made-with: Cursor
PR SummaryLow Risk Overview Improves Written by Cursor Bugbot for commit 84b5454. This will update automatically on new commits. Configure here. |
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.
Summary
convert_single_quoted_json_to_doublefix for ' in single-quoted strings.Test plan
cargo test(1371 tests)cargo clippy --all-targetsMade with Cursor