JacobLinCool / JacobLinCool/suggestion-bot
[BUG] input with backslash
Open
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
steps to reproduce:
1. input ```!linter add \ => "```
2. input ```\ \```(two slashes with space separate)
expected outcome: ```" "```
current version outcome: none
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the two backslash inputs in the bot and trace how the `!linter add` command parses and handles escaping. The fix is complete when the reproduced input returns the expected quoted output instead of none.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100