Comment 1 for bug 697919

Revision history for this message
Charlie Poole (charlie.poole) wrote :

Is.StringMatching() takes a string argument, which is to be used as a regular expression. Hence, it must be a valid regular expression. You should either use Is.EqualTo() or escape the ')' like this: @"NUnit is :\) happy!"