コード例 #1
0
 //[Test]
 public void Doubled_Error()
 {
     RegexAssert.ThrowsSameExceptionAsMsoft("abab", @"(ab)++", AlgorithmType);
 }