Example #1
0
 public void CanRecogniseAQuotedString()
 {
     _quoter.IsQuoted("\"QuotedString\"").ShouldBeTrue();
 }