Add Comprehensive Tests for Backreference Behavior #15
Labels
No labels
Epic
GHA
Release
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
major
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NiXTheDev/Ogex#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal: Ensure backreferences (numbered, named, relative) work correctly in all edge cases.
Current tests cover basic backreferences, but need to include:
Implementation Plan:
Create a new test module
tests/backreference_edge_cases.rs(or add to existing) with specific test cases for each scenario. UseRegex::newandis_match/findto verify expected behavior.Expected Behavior (to be defined):
Example: