Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,7 @@ public void Match_DefaultTimeout_Throws(RegexOptions options)
// TODO: Figure out what to do with default timeouts for source generated regexes
[Theory]
[InlineData(RegexOptions.None)]
[InlineData(RegexOptions.None | RegexHelpers.RegexOptionDebug)]
[InlineData(RegexOptions.Compiled)]
[InlineData(RegexOptions.Compiled | RegexHelpers.RegexOptionDebug)]
public void Match_CachedPattern_NewTimeoutApplies(RegexOptions options)
{
const string PatternLeadingToLotsOfBacktracking = @"^(\w+\s?)*$";
Expand Down