Skip to content

Commit b259937

Browse files
committed
expected matches change
1 parent 6fc3d47 commit b259937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/Regex.Match.Tests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2680,7 +2680,7 @@ public async Task MatchNonBacktrackingOver255Minterms()
26802680
MatchCollection ms = r.Matches(inputString);
26812681
Assert.Equal(1, ms.Count);
26822682
Assert.Equal(0, ms[0].Index);
2683-
Assert.Equal(373, ms[0].Length);
2683+
Assert.Equal(273, ms[0].Length);
26842684
}
26852685
}
26862686
#endif

0 commit comments

Comments
 (0)