We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e88b5f commit 30a1fffCopy full SHA for 30a1fff
src/rexplain/core/tester.py
@@ -191,4 +191,4 @@ def test(self, pattern: str, test_string: str, flags: int = 0) -> MatchResult:
191
break
192
else:
193
failed_at = min(len(pattern), len(test_string))
194
- return MatchResult(matches=False, reason="No match at all.", failed_at=failed_at, partial_matches=[])
+ return MatchResult(matches=False, reason="No match at all.", failed_at=failed_at, partial_matches=[])
0 commit comments