fix(search): 🐛 fixing undesired " on insert of the patter w/ whitespace#558
fix(search): 🐛 fixing undesired " on insert of the patter w/ whitespace#558
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes an issue where unwanted quote characters were being added to command line patterns containing whitespace during search pattern assembly.
Changes:
- Removed automatic quoting of arguments containing whitespace
- Adjusted buffer overflow check calculation from
*2to+1to reflect removal of quotes
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🤖 Augment PR SummarySummary: Stops adding automatic double-quotes when assembling the initial search pattern from command-line args, preventing unwanted Changes: Simplifies the 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Related: