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 5ee1b86 commit d45f8b5Copy full SHA for d45f8b5
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/Regex.Match.Tests.cs
@@ -1264,8 +1264,6 @@ public static IEnumerable<object[]> Match_Timeout_Throws_MemberData()
1264
// Lookarounds
1265
yield return new object[] { engine, @"((?=(?>a*))a)+", a1_000_000 };
1266
yield return new object[] { engine, @"((?<=(?>a*))a)+", a1_000_000 };
1267
- yield return new object[] { engine, @"((?!(?>[^a]*))a)+", a1_000_000 };
1268
- yield return new object[] { engine, @"((?<!(?>[^a]*))a)+", a1_000_000 };
1269
1270
// All of the below tests have catastrophic backtracking...
1271
0 commit comments