[Test-Proxy] Support minimal regex flags
Open
Test-Proxy
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 115
Description
We're always multiline when matching, but we need to be able to enable `ignore case` at the very least.
- [ ] Modify `RecordedTestSanitizer` basic implementation to honor new optional argument `flags`
- [ ] Modify `Admin/AddSanitizer` code to honor new property, if necessary.
Contributor guide
Research direction
Start by locating the basic RecordedTestSanitizer implementation and the Admin/AddSanitizer code mentioned in the checklist. Trace how sanitizer arguments and properties are handled, then verify that the optional flags value enables at least ignore-case matching while preserving the existing multiline behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100