Exemplo n.º 1
0
 public void Parser_OfAtLeastOneChar_DoesNotAcceptEmptyInput()
 {
     AssertParser.Fails(Parse.Char('a').AtLeastOnce(), "");
 }