Skip to content

Commit

Permalink
expected matches change
Browse files Browse the repository at this point in the history
  • Loading branch information
ieviev committed Jul 8, 2024
1 parent 6fc3d47 commit b259937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@ public async Task MatchNonBacktrackingOver255Minterms()
MatchCollection ms = r.Matches(inputString);
Assert.Equal(1, ms.Count);
Assert.Equal(0, ms[0].Index);
Assert.Equal(373, ms[0].Length);
Assert.Equal(273, ms[0].Length);
}
}
#endif
Expand Down

0 comments on commit b259937

Please sign in to comment.