コード例 #1
0
 public void InvalidExpression()
 {
     parenthesizer.Parenthesize("( ( 5 " + plus + " 6 ) " + multiply + " 6 ) " + plus + " (");
 }