Skip to content

Commit 30a1fff

Browse files
committed
Minor change
1 parent 4e88b5f commit 30a1fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rexplain/core/tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ def test(self, pattern: str, test_string: str, flags: int = 0) -> MatchResult:
191191
break
192192
else:
193193
failed_at = min(len(pattern), len(test_string))
194-
return MatchResult(matches=False, reason="No match at all.", failed_at=failed_at, partial_matches=[])
194+
return MatchResult(matches=False, reason="No match at all.", failed_at=failed_at, partial_matches=[])

0 commit comments

Comments
 (0)